Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp59 OpenACCDefaultClause *OpenACCDefaultClause::Create(const ASTContext &C, in Create() function in OpenACCDefaultClause
70 OpenACCIfClause *OpenACCIfClause::Create(const ASTContext &C, in Create() function in OpenACCIfClause
90 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() function in OpenACCSelfClause
100 OpenACCSelfClause *OpenACCSelfClause::Create(const ASTContext &C, in Create() function in OpenACCSelfClause
173 OpenACCNumWorkersClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCNumWorkersClause
191 OpenACCCollapseClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCCollapseClause
215 OpenACCVectorLengthClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCVectorLengthClause
234 OpenACCAsyncClause *OpenACCAsyncClause::Create(const ASTContext &C, in Create() function in OpenACCAsyncClause
254 OpenACCDeviceNumClause *OpenACCDeviceNumClause::Create(const ASTContext &C, in Create() function in OpenACCDeviceNumClause
276 OpenACCDefaultAsyncClause::Create(const ASTContext &C, SourceLocation BeginLoc, in Create() function in OpenACCDefaultAsyncClause
[all …]
H A DStmtOpenMP.cpp37 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses) { in Create() function in OMPChildren
43 OMPChildren *OMPChildren::Create(void *Mem, ArrayRef<OMPClause *> Clauses, in Create() function in OMPChildren
262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create() function in OMPMetaDirective
281 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
301 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPSimdDirective
336 OMPForDirective *OMPForDirective::Create( in Create() function in OMPForDirective
408 OMPTileDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPTileDirective
429 OMPStripeDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPStripeDirective
450 OMPUnrollDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUnrollDirective
472 OMPReverseDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPReverseDirective
[all …]
H A DStmtOpenACC.cpp27 OpenACCComputeConstruct *OpenACCComputeConstruct::Create( in Create() function in OpenACCComputeConstruct
75 OpenACCLoopConstruct *OpenACCLoopConstruct::Create( in Create() function in OpenACCLoopConstruct
97 OpenACCCombinedConstruct *OpenACCCombinedConstruct::Create( in Create() function in OpenACCCombinedConstruct
119 OpenACCDataConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() function in OpenACCDataConstruct
141 OpenACCEnterDataConstruct *OpenACCEnterDataConstruct::Create( in Create() function in OpenACCEnterDataConstruct
162 OpenACCExitDataConstruct *OpenACCExitDataConstruct::Create( in Create() function in OpenACCExitDataConstruct
183 OpenACCHostDataConstruct *OpenACCHostDataConstruct::Create( in Create() function in OpenACCHostDataConstruct
206 OpenACCWaitConstruct *OpenACCWaitConstruct::Create( in Create() function in OpenACCWaitConstruct
233 OpenACCInitConstruct::Create(const ASTContext &C, SourceLocation Start, in Create() function in OpenACCInitConstruct
253 OpenACCShutdownConstruct *OpenACCShutdownConstruct::Create( in Create() function in OpenACCShutdownConstruct
[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
86 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl
114 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
144 OMPDeclareMapperDecl *OMPDeclareMapperDecl::Create( in Create() function in OMPDeclareMapperDecl
176 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
33 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, in Create() function in CXXTryStmt
87 CoroutineBodyStmt *CoroutineBodyStmt::Create( in Create() function in CoroutineBodyStmt
96 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, in Create() function in CoroutineBodyStmt
H A DExprConcepts.cpp56 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() function in ConceptSpecializationExpr
83 ConceptSpecializationExpr::Create(const ASTContext &C, ConceptReference *Loc, in Create() function in ConceptSpecializationExpr
166 RequiresExpr *RequiresExpr::Create( in Create() function in RequiresExpr
181 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, in Create() function in RequiresExpr
H A DOpenMPClause.cpp344 OMPOrderedClause *OMPOrderedClause::Create(const ASTContext &C, Expr *Num, in Create() function in OMPOrderedClause
395 OMPUpdateClause *OMPUpdateClause::Create(const ASTContext &C, in Create() function in OMPUpdateClause
402 OMPUpdateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPUpdateClause
435 OMPPrivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPPrivateClause
466 OMPFirstprivateClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPFirstprivateClause
513 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
537 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
585 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
633 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPAlignedClause
650 OMPAlignClause *OMPAlignClause::Create(const ASTContext &C, Expr *A, in Create() function in OMPAlignClause
[all …]
H A DExprCXX.cpp293 CXXNewExpr *CXXNewExpr::Create( in Create() function in CXXNewExpr
420 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
436 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
532 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr
612 CXXOperatorCallExpr::Create(const ASTContext &Ctx, in Create() function in CXXOperatorCallExpr
680 CXXMemberCallExpr *CXXMemberCallExpr::Create(const ASTContext &Ctx, Expr *Fn, in Create() function in CXXMemberCallExpr
768 CXXStaticCastExpr::Create(const ASTContext &C, QualType T, ExprValueKind VK, in Create() function in CXXStaticCastExpr
794 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
880 CXXConstCastExpr *CXXConstCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXConstCastExpr
[all …]
H A DDeclOpenACC.cpp26 OpenACCDeclareDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create() function in OpenACCDeclareDecl
43 OpenACCRoutineDecl::Create(ASTContext &Ctx, DeclContext *DC, in Create() function in OpenACCRoutineDecl
H A DDeclTemplate.cpp126 TemplateParameterList::Create(const ASTContext &C, SourceLocation TemplateLoc, in Create() function in TemplateParameterList
444 FunctionTemplateDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, in Create() function in FunctionTemplateDecl
529 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ClassTemplateDecl
680 TemplateTypeParmDecl *TemplateTypeParmDecl::Create( in Create() function in TemplateTypeParmDecl
782 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl
800 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl
885 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
894 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
949 FunctionTemplateSpecializationInfo *FunctionTemplateSpecializationInfo::Create( in Create() function in FunctionTemplateSpecializationInfo
988 ClassTemplateSpecializationDecl *ClassTemplateSpecializationDecl::Create( in Create() function in ClassTemplateSpecializationDecl
[all …]
H A DNestedNameSpecifier.cpp56 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
70 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
86 NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
101 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
112 NestedNameSpecifier *NestedNameSpecifier::Create(const ASTContext &Context, in Create() function in NestedNameSpecifier
H A DDeclCXX.cpp132 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
2357 CXXDeductionGuideDecl *CXXDeductionGuideDecl::Create( in Create() function in CXXDeductionGuideDecl
2379 RequiresExprBodyDecl *RequiresExprBodyDecl::Create( in Create() function in RequiresExprBodyDecl
2479 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, in Create() function in CXXMethodDecl
2961 CXXConstructorDecl *CXXConstructorDecl::Create( in Create() function in CXXConstructorDecl
3097 CXXDestructorDecl *CXXDestructorDecl::Create( in Create() function in CXXDestructorDecl
3153 CXXConversionDecl *CXXConversionDecl::Create( in Create() function in CXXConversionDecl
3183 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LinkageSpecDecl
3200 UsingDirectiveDecl *UsingDirectiveDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UsingDirectiveDecl
3238 NamespaceDecl *NamespaceDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in NamespaceDecl
[all …]
H A DExprObjC.cpp36 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral
75 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral
170 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
190 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
209 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.cpp336 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
349 ConstantExpr *ConstantExpr::Create(const ASTContext &Context, Expr *E, in Create() function in ConstantExpr
487 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
501 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr
572 SYCLUniqueStableNameExpr::Create(const ASTContext &Ctx, SourceLocation OpLoc, in Create() function in SYCLUniqueStableNameExpr
632 PredefinedExpr *PredefinedExpr::Create(const ASTContext &Ctx, SourceLocation L, in Create() function in PredefinedExpr
974 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral
980 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral
1004 FixedPointLiteral *FixedPointLiteral::Create(const ASTContext &C, in Create() function in FixedPointLiteral
1075 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dcreate.cc40 class Create: public FuseTest { class
116 TEST_F(Create, attr_cache) in TEST_F() argument
149 TEST_F(Create, clear_attr_cache) in TEST_F() argument
196 TEST_F(Create, eexist) in TEST_F() argument
213 TEST_F(Create, Enosys) in TEST_F() argument
262 TEST_F(Create, entry_cache_negative) in TEST_F() argument
296 TEST_F(Create, entry_cache_negative_purge) in TEST_F() argument
333 TEST_F(Create, eperm) in TEST_F() argument
347 TEST_F(Create, ok) in TEST_F() argument
376 TEST_F(Create, parent_inode) in TEST_F() argument
[all …]
/freebsd/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/contrib/llvm-project/lldb/source/ValueObject/
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
126 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
169 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
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVConstantPoolValue.cpp29 RISCVConstantPoolValue *RISCVConstantPoolValue::Create(const GlobalValue *GV) { in Create() function in RISCVConstantPoolValue
33 RISCVConstantPoolValue *RISCVConstantPoolValue::Create(LLVMContext &C, in Create() function in RISCVConstantPoolValue
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.cpp80 XtensaConstantPoolConstant::Create(const Constant *C, unsigned ID, in Create() function in XtensaConstantPoolConstant
119 XtensaConstantPoolSymbol::Create(LLVMContext &C, const char *Str, unsigned ID, in Create() function in XtensaConstantPoolSymbol
153 XtensaConstantPoolMBB *XtensaConstantPoolMBB::Create(LLVMContext &C, in Create() function in XtensaConstantPoolMBB
184 XtensaConstantPoolJumpTable *XtensaConstantPoolJumpTable::Create(LLVMContext &C, in Create() function in XtensaConstantPoolJumpTable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITLinkRedirectableSymbolManager.h31 Create(ObjectLinkingLayer &ObjLinkingLayer) { in Create() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharedCluster.h24 static std::shared_ptr<ClusterManager> Create() { in Create() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp16 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64

123456