Home
last modified time | relevance | path

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

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDStmtOpenMP.cpp163 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
189 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective
232 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForDirective
284 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPForSimdDirective
336 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
361 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, in Create() function in OMPSectionDirective
381 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, in Create() function in OMPSingleDirective
407 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, in Create() function in OMPMasterDirective
425 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective
450 OMPParallelForDirective *OMPParallelForDirective::Create( in Create() function in OMPParallelForDirective
[all …]
HDDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
61 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPAllocateDecl
104 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl
144 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
175 OMPDeclareMapperDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in OMPDeclareMapperDecl
234 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
HDStmtCXX.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
HDExprConcepts.cpp84 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr
121 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr
135 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in ConceptSpecializationExpr
197 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, in Create() function in RequiresExpr
211 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
HDExprCXX.cpp258 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() function in CXXNewExpr
404 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
418 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
556 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr
636 CXXOperatorCallExpr *CXXOperatorCallExpr::Create( in Create() function in CXXOperatorCallExpr
694 CXXMemberCallExpr *CXXMemberCallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CXXMemberCallExpr
774 CXXStaticCastExpr *CXXStaticCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXStaticCastExpr
799 CXXDynamicCastExpr *CXXDynamicCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXDynamicCastExpr
858 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr
881 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr
[all …]
HDOpenMPClause.cpp268 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, in Create() function in OMPOrderedClause
326 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
357 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
405 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
429 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
477 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
523 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause
562 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause
603 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause
650 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause
[all …]
HDDeclTemplate.cpp90 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList
316 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl
415 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl
592 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl
690 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl
705 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl
777 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
786 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
843 FunctionTemplateSpecializationInfo *FunctionTemplateSpecializationInfo::Create( in Create() function in FunctionTemplateSpecializationInfo
884 ClassTemplateSpecializationDecl::Create(ASTContext &Context, TagKind TK, in Create() function in ClassTemplateSpecializationDecl
[all …]
HDNestedNameSpecifier.cpp58 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
71 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
87 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
103 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
115 NestedNameSpecifier::Create(const ASTContext &Context, IdentifierInfo *II) { in Create() function in NestedNameSpecifier
HDDeclCXX.cpp126 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
1956 CXXDeductionGuideDecl *CXXDeductionGuideDecl::Create( in Create() function in CXXDeductionGuideDecl
1971 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl
2073 CXXMethodDecl *CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXMethodDecl
2513 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl
2653 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl
2686 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl
2715 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl
2732 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl
2771 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl
[all …]
HDExprObjC.cpp44 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral
94 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral
206 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
226 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
245 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
HDDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
HDDecl.cpp1980 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl
2672 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
2834 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo
3731 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
4006 FieldDecl *FieldDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in FieldDecl
4252 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4387 RecordDecl *RecordDecl::Create(const ASTContext &C, TagKind TK, DeclContext *DC, in Create() function in RecordDecl
4589 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
4595 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
4618 PragmaDetectMismatchDecl::Create(const ASTContext &C, TranslationUnitDecl *DC, in Create() function in PragmaDetectMismatchDecl
[all …]
HDStmt.cpp319 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, in Create() function in CompoundStmt
356 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt
864 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create() function in IfStmt
976 SwitchStmt *SwitchStmt::Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, in Create() function in SwitchStmt
1034 WhileStmt *WhileStmt::Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, in Create() function in WhileStmt
1093 ReturnStmt *ReturnStmt::Create(const ASTContext &Ctx, SourceLocation RL, in Create() function in ReturnStmt
1109 CaseStmt *CaseStmt::Create(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in Create() function in CaseStmt
1136 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt
1156 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt
1164 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt
[all …]
HDDeclFriend.cpp34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FriendDecl
HDASTConcept.cpp52 ASTConstraintSatisfaction::Create(const ASTContext &C, in Create() function in ASTConstraintSatisfaction
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.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
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectConstResult.cpp28 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
50 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
82 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
94 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
121 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
164 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
HDValueObjectMemory.cpp31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
38 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
HDValueObjectCast.cpp24 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, in Create() function in ValueObjectCast
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueUInt64.cpp18 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
HDArchitecturePPC64.cpp37 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create() function in ArchitecturePPC64
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDGlobalTypeTableBuilder.h73 CreateFunc Create) { in insertRecordAs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create() function in __msan::MsanThread
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
HDArchitectureArm.cpp34 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { in Create() function in ArchitectureArm

1234