Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp256 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 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 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 DExprConcepts.cpp72 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 DOpenMPClause.cpp493 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 DExprCXX.cpp243 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 DDeclTemplate.cpp342 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 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 DDeclCXX.cpp132 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 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 DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
H A DExpr.cpp435 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 DDecl.cpp2017 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 Dcreate.cc42 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 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
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp28 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 DValueObjectMemory.cpp31 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 DReproducerProvider.cpp22 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 DArchitectureAArch64.cpp33 ArchitectureAArch64::Create(const ArchSpec &arch) { in Create() function in ArchitectureAArch64
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { in Create() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp17 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 DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp20 EPCEHFrameRegistrar::Create(ExecutionSession &ES) { in Create() function in llvm::orc::EPCEHFrameRegistrar
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h72 CreateFunc Create) { in insertRecordAs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp39 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create() function in ArchitecturePPC64

1234