Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 25 of 131) sorted by relevance

123456

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { in Create() function in OMPChildren
43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, in Create() function in OMPChildren
262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() function in OMPMetaDirective
281 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective
336 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective
408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPTileDirective
429 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUnrollDirective
451 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective
494 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
[all …]
H A DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
57 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPAllocateDecl
85 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl
112 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
142 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create() function in OMPDeclareMapperDecl
174 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
H A DExprConcepts.cpp61 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( in Create() function in ConceptSpecializationExpr
70 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( in Create() function in ConceptSpecializationExpr
106 ConceptSpecializationExpr *ConceptSpecializationExpr::Create( in Create() function in ConceptSpecializationExpr
176 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, in Create() function in RequiresExpr
190 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
H A DStmtCXX.cpp25 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, in Create() function in CXXTryStmt
32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt
86 CoroutineBodyStmt *CoroutineBodyStmt::Create( in Create() function in CoroutineBodyStmt
95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() function in CoroutineBodyStmt
H A DOpenMPClause.cpp340 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, in Create() function in OMPOrderedClause
391 OMPUpdateClause *OMPUpdateClause::Create(const ASTContext &C, in Create() function in OMPUpdateClause
398 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUpdateClause
431 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
462 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
510 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
534 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
582 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
628 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause
645 OMPAlignClause *OMPAlignClause::Create(const ASTContext &C, Expr *A, in Create() function in OMPAlignClause
[all …]
H A DExprCXX.cpp244 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() function in CXXNewExpr
370 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
384 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
479 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr
559 CXXOperatorCallExpr::Create(const ASTContext &Ctx, in Create() function in CXXOperatorCallExpr
623 CXXMemberCallExpr *CXXMemberCallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CXXMemberCallExpr
709 CXXStaticCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, in Create() function in CXXStaticCastExpr
735 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXDynamicCastExpr
794 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr
817 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr
[all …]
H A DDeclTemplate.cpp119 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList
377 FunctionTemplateDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in FunctionTemplateDecl
460 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ClassTemplateDecl
640 TemplateTypeParmDecl *TemplateTypeParmDecl::Create( in Create() function in TemplateTypeParmDecl
737 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl
752 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl
824 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
833 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
890 FunctionTemplateSpecializationInfo *FunctionTemplateSpecializationInfo::Create( in Create() function in FunctionTemplateSpecializationInfo
931 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create() function in ClassTemplateSpecializationDecl
[all …]
H A DDeclCXX.cpp131 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
2114 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CXXDeductionGuideDecl
2130 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl
2230 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() function in CXXMethodDecl
2654 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl
2788 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl
2821 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl
2851 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl
2868 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl
2913 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl
[all …]
H A DNestedNameSpecifier.cpp59 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
72 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
88 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
104 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
116 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create() function in NestedNameSpecifier
H A DExprObjC.cpp39 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral
78 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral
175 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
195 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
214 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
H A DDecl.cpp2087 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, in Create() function in VarDecl
2842 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
3021 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo
4009 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
4290 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
4554 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4717 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
4959 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
4965 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
4988 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl
[all …]
H A DExpr.cpp390 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
403 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
536 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
550 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
626 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create() function in SYCLUniqueStableNameExpr
684 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
983 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
989 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
1013 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
1084 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
[all …]
H A DStmt.cpp382 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, in Create() function in CompoundStmt
424 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt
956 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create() function in IfStmt
1079 SwitchStmt *SwitchStmt::Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, in Create() function in SwitchStmt
1141 WhileStmt *WhileStmt::Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, in Create() function in WhileStmt
1202 ReturnStmt *ReturnStmt::Create(const ASTContext &Ctx, SourceLocation RL, in Create() function in ReturnStmt
1218 CaseStmt *CaseStmt::Create(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in Create() function in CaseStmt
1245 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt
1265 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt
1273 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt
[all …]
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
H A DDeclObjC.cpp853 ObjCMethodDecl *ObjCMethodDecl::Create( in Create() function in ObjCMethodDecl
1473 ObjCTypeParamDecl *ObjCTypeParamDecl::Create(ASTContext &ctx, DeclContext *dc, in Create() function in ObjCTypeParamDecl
1542 ObjCInterfaceDecl *ObjCInterfaceDecl::Create(const ASTContext &C, in Create() function in ObjCInterfaceDecl
1839 ObjCIvarDecl *ObjCIvarDecl::Create(ASTContext &C, ObjCContainerDecl *DC, in Create() function in ObjCIvarDecl
1917 *ObjCAtDefsFieldDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCAtDefsFieldDecl
1947 ObjCProtocolDecl *ObjCProtocolDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCProtocolDecl
2136 ObjCCategoryDecl *ObjCCategoryDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCategoryDecl
2194 ObjCCategoryImplDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCategoryImplDecl
2298 ObjCImplementationDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCImplementationDecl
2349 ObjCCompatibleAliasDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCCompatibleAliasDecl
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { in Create() function in ARMConstantPoolConstant
154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, in Create() function in ARMConstantPoolConstant
160 ARMConstantPoolConstant::Create(const GlobalValue *GV, in Create() function in ARMConstantPoolConstant
168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
175 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in ARMConstantPoolConstant
233 ARMConstantPoolSymbol *ARMConstantPoolSymbol::Create(LLVMContext &C, in Create() function in ARMConstantPoolSymbol
272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, in Create() function in ARMConstantPoolMBB
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectConstResult.cpp29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
52 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
85 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
99 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
127 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
171 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
H A DValueObjectMemory.cpp32 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
41 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.cpp86 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( in Create() function in CSKYConstantPoolConstant
93 CSKYConstantPoolConstant *CSKYConstantPoolConstant::Create( in Create() function in CSKYConstantPoolConstant
143 CSKYConstantPoolSymbol::Create(Type *Ty, const char *S, unsigned PCAdjust, in Create() function in CSKYConstantPoolSymbol
176 CSKYConstantPoolMBB *CSKYConstantPoolMBB::Create(Type *Ty, in Create() function in CSKYConstantPoolMBB
209 CSKYConstantPoolJT::Create(Type *Ty, int JTI, unsigned PCAdj, in Create() function in CSKYConstantPoolJT
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dordered_set.bench.cpp81 struct Create : Base { struct
84 void run(benchmark::State& State) const { in run()
99 std::string name() const { in name()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp29 ArchitectureAArch64::Create(const ArchSpec &arch) { in Create() function in ArchitectureAArch64
/openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/utils/
H A DTempFile.cpp20 std::unique_ptr<TempFile> TempFile::Create(uint8_t *data, size_t size) { in Create() function in TempFile
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp145 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create() function in llvm::jitlink::SimpleSegmentAlloc
200 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create() function in llvm::jitlink::SimpleSegmentAlloc
305 InProcessMemoryManager::Create() { in Create() function in llvm::jitlink::InProcessMemoryManager
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { in Create() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64

123456