| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 256 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective 311 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective 440 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective 510 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective 808 OMPAtomicDirective *OMPAtomicDirective::Create( in Create() function in OMPAtomicDirective 969 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() function in OMPTaskLoopDirective 1193 OMPParallelMasterTaskLoopSimdDirective::Create( in Create() function in OMPParallelMasterTaskLoopSimdDirective 1359 OMPDistributeParallelForSimdDirective::Create( in Create() function in OMPDistributeParallelForSimdDirective 1632 OMPTeamsDistributeParallelForSimdDirective::Create( in Create() function in OMPTeamsDistributeParallelForSimdDirective 1692 OMPTeamsDistributeParallelForDirective::Create( in Create() function in OMPTeamsDistributeParallelForDirective [all …]
|
| H A D | DeclOpenMP.cpp | 28 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 D | 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
|
| H A D | ExprConcepts.cpp | 72 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr 114 ConceptSpecializationExpr::Create(const ASTContext &C, in Create() function in ConceptSpecializationExpr 128 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in ConceptSpecializationExpr 194 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, in Create() function in RequiresExpr 208 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
|
| H A D | OpenMPClause.cpp | 493 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause 565 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause 650 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause 691 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause 764 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause 837 OMPTaskReductionClause *OMPTaskReductionClause::Create( in Create() function in OMPTaskReductionClause 899 OMPInReductionClause *OMPInReductionClause::Create( in Create() function in OMPInReductionClause 1111 OMPMapClause *OMPMapClause::Create( in Create() function in OMPMapClause 1165 OMPToClause *OMPToClause::Create( in Create() function in OMPToClause 1215 OMPFromClause *OMPFromClause::Create( in Create() function in OMPFromClause [all …]
|
| H A D | ExprCXX.cpp | 243 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() function in CXXNewExpr 369 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr 383 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr 478 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr 558 CXXOperatorCallExpr::Create(const ASTContext &Ctx, in Create() function in CXXOperatorCallExpr 793 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr 842 CXXFunctionalCastExpr *CXXFunctionalCastExpr::Create( in Create() function in CXXFunctionalCastExpr 967 CXXTemporary *CXXTemporary::Create(const ASTContext &C, in Create() function in CXXTemporary 998 CXXTemporaryObjectExpr *CXXTemporaryObjectExpr::Create( in Create() function in CXXTemporaryObjectExpr 1032 CXXConstructExpr *CXXConstructExpr::Create( in Create() function in CXXConstructExpr [all …]
|
| H A D | DeclTemplate.cpp | 342 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl 441 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl 618 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl 716 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl 731 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl 1004 ConceptDecl *ConceptDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConceptDecl 1047 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create() function in ClassTemplatePartialSpecializationDecl 1084 FriendTemplateDecl::Create(ASTContext &Context, DeclContext *DC, in Create() function in FriendTemplateDecl 1100 TypeAliasTemplateDecl *TypeAliasTemplateDecl::Create(ASTContext &C, in Create() function in TypeAliasTemplateDecl 1272 VarTemplateSpecializationDecl *VarTemplateSpecializationDecl::Create( in Create() function in VarTemplateSpecializationDecl [all …]
|
| H A D | NestedNameSpecifier.cpp | 59 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 D | DeclCXX.cpp | 132 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl 2063 CXXDeductionGuideDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in CXXDeductionGuideDecl 2079 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl 2608 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl 2743 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl 2777 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl 2806 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl 3001 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConstructorUsingShadowDecl 3111 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingValueDecl 3139 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingTypenameDecl [all …]
|
| H A D | ExprObjC.cpp | 39 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 D | DeclGroup.cpp | 20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
|
| H A D | Expr.cpp | 435 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 449 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 898 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral 1029 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral 1423 CallExpr *CallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CallExpr 1655 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr 4241 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr 4255 GenericSelectionExpr *GenericSelectionExpr::Create( in Create() function in GenericSelectionExpr 4324 DesignatedInitExpr::Create(const ASTContext &C, in Create() function in DesignatedInitExpr 4460 ParenListExpr *ParenListExpr::Create(const ASTContext &Ctx, in Create() function in ParenListExpr [all …]
|
| H A D | Decl.cpp | 2017 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl 2718 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl 2891 FunctionDecl::DefaultedFunctionInfo::Create(ASTContext &Context, in Create() function in FunctionDecl::DefaultedFunctionInfo 3849 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo 4376 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl 4734 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl 4794 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl 4799 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl 4946 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl 5082 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl [all …]
|
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | create.cc | 42 class Create: public FuseTest { class 118 TEST_F(Create, attr_cache) in TEST_F() argument 151 TEST_F(Create, clear_attr_cache) in TEST_F() argument 198 TEST_F(Create, eexist) in TEST_F() argument 215 TEST_F(Create, Enosys) in TEST_F() argument 264 TEST_F(Create, entry_cache_negative) in TEST_F() argument 298 TEST_F(Create, entry_cache_negative_purge) in TEST_F() argument 335 TEST_F(Create, eperm) in TEST_F() argument 349 TEST_F(Create, ok) in TEST_F() argument 381 TEST_F(Create, wronly_0444) in TEST_F() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | 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-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 28 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 51 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 84 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 98 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 126 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult 170 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
|
| H A D | ValueObjectMemory.cpp | 31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory 40 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ReproducerProvider.cpp | 22 DataRecorder::Create(const FileSpec &filename) { in Create() function in DataRecorder 31 YamlRecorder::Create(const FileSpec &filename) { in Create() function in YamlRecorder 93 ProcessInfoRecorder::Create(const FileSpec &filename) { in Create() function in ProcessInfoRecorder
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/AArch64/ |
| H A D | ArchitectureAArch64.cpp | 33 ArchitectureAArch64::Create(const ArchSpec &arch) { in Create() function in ArchitectureAArch64
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | SharedCluster.h | 24 static std::shared_ptr<ClusterManager> Create() { in Create() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueUInt64.cpp | 17 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCEHFrameRegistrar.cpp | 20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create() function in llvm::orc::EPCEHFrameRegistrar
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | GlobalTypeTableBuilder.h | 72 CreateFunc Create) { in insertRecordAs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | ArchitecturePPC64.cpp | 39 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create() function in ArchitecturePPC64
|