Home
last modified time | relevance | path

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

123456

/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp281 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
336 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective
494 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
564 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective
1062 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() function in OMPTaskLoopDirective
1422 OMPParallelMasterTaskLoopSimdDirective::Create( in Create() function in OMPParallelMasterTaskLoopSimdDirective
1469 OMPParallelMaskedTaskLoopSimdDirective::Create( in Create() function in OMPParallelMaskedTaskLoopSimdDirective
1635 OMPDistributeParallelForSimdDirective::Create( in Create() function in OMPDistributeParallelForSimdDirective
1968 OMPTeamsDistributeParallelForDirective::Create( in Create() function in OMPTeamsDistributeParallelForDirective
2216 OMPTargetTeamsDistributeSimdDirective::Create( in Create() function in OMPTargetTeamsDistributeSimdDirective
[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.cpp510 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
582 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
674 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause
715 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause
788 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause
861 OMPTaskReductionClause *OMPTaskReductionClause::Create( in Create() function in OMPTaskReductionClause
923 OMPInReductionClause *OMPInReductionClause::Create( in Create() function in OMPInReductionClause
1135 OMPMapClause *OMPMapClause::Create( in Create() function in OMPMapClause
1192 OMPToClause *OMPToClause::Create( in Create() function in OMPToClause
1242 OMPFromClause *OMPFromClause::Create( in Create() function in OMPFromClause
[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
843 CXXFunctionalCastExpr *CXXFunctionalCastExpr::Create( in Create() function in CXXFunctionalCastExpr
1034 CXXTemporary *CXXTemporary::Create(const ASTContext &C, in Create() function in CXXTemporary
1067 CXXTemporaryObjectExpr *CXXTemporaryObjectExpr::Create( in Create() function in CXXTemporaryObjectExpr
1101 CXXConstructExpr *CXXConstructExpr::Create( in Create() function in CXXConstructExpr
1566 UnresolvedMemberExpr *UnresolvedMemberExpr::Create( in Create() function in UnresolvedMemberExpr
[all …]
H A DDeclTemplate.cpp640 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
931 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create() function in ClassTemplateSpecializationDecl
1033 ConceptDecl *ConceptDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConceptDecl
1118 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create() function in ClassTemplatePartialSpecializationDecl
1155 FriendTemplateDecl::Create(ASTContext &Context, DeclContext *DC, in Create() function in FriendTemplateDecl
1353 VarTemplateSpecializationDecl *VarTemplateSpecializationDecl::Create( in Create() function in VarTemplateSpecializationDecl
[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
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
3054 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConstructorUsingShadowDecl
3168 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingValueDecl
3264 BindingDecl *BindingDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in BindingDecl
[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.cpp2842 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
4554 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4959 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
5019 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5024 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
5176 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl
5309 HLSLBufferDecl *HLSLBufferDecl::Create(ASTContext &C, in Create() function in HLSLBufferDecl
5369 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl
[all …]
H A DExpr.cpp536 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
550 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
989 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
1090 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral
1478 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr
1714 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr
4355 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4369 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr
4438 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr
4575 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr
[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
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
2368 ObjCPropertyDecl *ObjCPropertyDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ObjCPropertyDecl
[all …]
/openbsd/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/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/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/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/gnu/llvm/lldb/source/Plugins/Architecture/AArch64/
H A DArchitectureAArch64.cpp29 ArchitectureAArch64::Create(const ArchSpec &arch) { in Create() function in ArchitectureAArch64
/openbsd/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/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/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { in Create() function

123456