Searched defs:std (Results 226 - 231 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp76 OMPLexicalScope( CodeGenFunction &CGF, const OMPExecutableDirective &S, const std::optional<OpenMPDirectiveKind> CapturedRegion = std::nullopt, const bool EmitPreInitStmt = true) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp436 void Note(SMLoc L, const Twine &Msg, SMRange Range = std::nullopt) { argument
440 bool Warning(SMLoc L, const Twine &Msg, SMRange Range = std::nullopt) { argument
444 bool Error(SMLoc L, const Twine &Msg, SMRange Range = std::nullopt) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp1717 CodeCompletionDeclConsumer( ResultBuilder &Results, DeclContext *InitialLookupCtx, QualType BaseType = QualType(), std::vector<FixItHint> FixIts = std::vector<FixItHint>()) argument
2922 FormatFunctionParameter( const PrintingPolicy &Policy, const DeclaratorDecl *Param, bool SuppressName = false, bool SuppressBlock = false, std::optional<ArrayRef<QualType>> ObjCSubsts = std::nullopt) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp214 getRawCommentForDeclNoCacheImpl( const Decl *D, const SourceLocation RepresentativeLocForDecl, const std::map<unsigned, RawComment *> &CommentsInTheFile) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp165 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, SDValue InChain, std::optional<CallingConv::ID> CC = std::nullopt, std::optional<ISD::NodeType> AssertOp = std::nullopt) argument
503 getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V, std::optional<CallingConv::ID> CallConv = std::nullopt, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
[all...]
H A DDAGCombiner.cpp19464 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) argument
[all...]

Completed in 413 milliseconds

12345678910