| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | StmtOpenMP.cpp | 163 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 …]
|
| HD | DeclOpenMP.cpp | 28 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
|
| HD | StmtCXX.cpp | 25 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
|
| HD | ExprConcepts.cpp | 84 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
|
| HD | ExprCXX.cpp | 258 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 …]
|
| HD | OpenMPClause.cpp | 268 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 …]
|
| HD | DeclTemplate.cpp | 90 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 …]
|
| HD | NestedNameSpecifier.cpp | 58 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
|
| HD | DeclCXX.cpp | 126 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 …]
|
| HD | ExprObjC.cpp | 44 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
|
| HD | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
|
| HD | Decl.cpp | 1980 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 …]
|
| HD | Stmt.cpp | 319 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 …]
|
| HD | DeclFriend.cpp | 34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FriendDecl
|
| HD | ASTConcept.cpp | 52 ASTConstraintSatisfaction::Create(const ASTContext &C, in Create() function in ASTConstraintSatisfaction
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMConstantPoolValue.cpp | 148 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/ |
| HD | ValueObjectConstResult.cpp | 28 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
|
| HD | ValueObjectMemory.cpp | 31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory 38 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
|
| HD | ValueObjectCast.cpp | 24 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, in Create() function in ValueObjectCast
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | OptionValueUInt64.cpp | 18 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| HD | ArchitecturePPC64.cpp | 37 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/ |
| HD | GlobalTypeTableBuilder.h | 73 CreateFunc Create) { in insertRecordAs()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZConstantPoolValue.cpp | 23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| HD | msan_thread.cpp | 10 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/ |
| HD | ArchitectureArm.cpp | 34 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { in Create() function in ArchitectureArm
|