Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp57 OMPParallelDirective *OMPParallelDirective::Create( in Create() function in OMPParallelDirective
221 OMPSectionsDirective *OMPSectionsDirective::Create( in Create() function in OMPSectionsDirective
310 OMPCriticalDirective *OMPCriticalDirective::Create( in Create() function in OMPCriticalDirective
525 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( in Create() function in OMPTaskgroupDirective
643 OMPAtomicDirective *OMPAtomicDirective::Create( in Create() function in OMPAtomicDirective
866 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( in Create() function in OMPTaskLoopDirective
1103 OMPDistributeParallelForSimdDirective::Create( in Create() function in OMPDistributeParallelForSimdDirective
1416 OMPTeamsDistributeParallelForSimdDirective::Create( in Create() function in OMPTeamsDistributeParallelForSimdDirective
1486 OMPTeamsDistributeParallelForDirective::Create( in Create() function in OMPTeamsDistributeParallelForDirective
1632 OMPTargetTeamsDistributeParallelForDirective::Create( in Create() function in OMPTargetTeamsDistributeParallelForDirective
[all …]
H A DStmtCXX.cpp26 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 DDeclOpenMP.cpp29 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, in Create() function in OMPThreadPrivateDecl
62 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPRequiresDecl
102 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( in Create() function in OMPDeclareReductionDecl
132 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in OMPCapturedExprDecl
H A DExprCXX.cpp179 CXXNewExpr::Create(const ASTContext &Ctx, bool IsGlobalNew, in Create() function in CXXNewExpr
325 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
339 UnresolvedLookupExpr *UnresolvedLookupExpr::Create( in Create() function in UnresolvedLookupExpr
477 DependentScopeDeclRefExpr *DependentScopeDeclRefExpr::Create( in Create() function in DependentScopeDeclRefExpr
557 CXXOperatorCallExpr *CXXOperatorCallExpr::Create( in Create() function in CXXOperatorCallExpr
772 CXXReinterpretCastExpr::Create(const ASTContext &C, QualType T, in Create() function in CXXReinterpretCastExpr
919 CXXTemporary *CXXTemporary::Create(const ASTContext &C, in Create() function in CXXTemporary
950 CXXTemporaryObjectExpr *CXXTemporaryObjectExpr::Create( in Create() function in CXXTemporaryObjectExpr
984 CXXConstructExpr *CXXConstructExpr::Create( in Create() function in CXXConstructExpr
1128 LambdaExpr *LambdaExpr::Create( in Create() function in LambdaExpr
[all …]
H A DOpenMPClause.cpp332 OMPLastprivateClause *OMPLastprivateClause::Create( in Create() function in OMPLastprivateClause
355 OMPSharedClause *OMPSharedClause::Create(const ASTContext &C, in Create() function in OMPSharedClause
396 OMPLinearClause *OMPLinearClause::Create( in Create() function in OMPLinearClause
471 OMPCopyinClause *OMPCopyinClause::Create( in Create() function in OMPCopyinClause
512 OMPCopyprivateClause *OMPCopyprivateClause::Create( in Create() function in OMPCopyprivateClause
559 OMPReductionClause *OMPReductionClause::Create( in Create() function in OMPReductionClause
612 OMPTaskReductionClause *OMPTaskReductionClause::Create( in Create() function in OMPTaskReductionClause
674 OMPInReductionClause *OMPInReductionClause::Create( in Create() function in OMPInReductionClause
701 OMPFlushClause *OMPFlushClause::Create(const ASTContext &C, in Create() function in OMPFlushClause
795 OMPMapClause::Create(const ASTContext &C, SourceLocation StartLoc, in Create() function in OMPMapClause
[all …]
H A DDeclTemplate.cpp244 FunctionTemplateDecl *FunctionTemplateDecl::Create(ASTContext &C, in Create() function in FunctionTemplateDecl
343 ClassTemplateDecl *ClassTemplateDecl::Create(ASTContext &C, in Create() function in ClassTemplateDecl
487 TemplateTypeParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTypeParmDecl
552 NonTypeTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in NonTypeTemplateParmDecl
561 NonTypeTemplateParmDecl *NonTypeTemplateParmDecl::Create( in Create() function in NonTypeTemplateParmDecl
625 TemplateTemplateParmDecl::Create(const ASTContext &C, DeclContext *DC, in Create() function in TemplateTemplateParmDecl
853 Create(ASTContext &Context, TagKind TK,DeclContext *DC, in Create() function in ClassTemplatePartialSpecializationDecl
890 FriendTemplateDecl::Create(ASTContext &Context, DeclContext *DC, in Create() function in FriendTemplateDecl
906 TypeAliasTemplateDecl *TypeAliasTemplateDecl::Create(ASTContext &C, in Create() function in TypeAliasTemplateDecl
1066 VarTemplateSpecializationDecl *VarTemplateSpecializationDecl::Create( in Create() function in VarTemplateSpecializationDecl
[all …]
H A DDeclCXX.cpp124 CXXRecordDecl *CXXRecordDecl::Create(const ASTContext &C, TagKind TK, in Create() function in CXXRecordDecl
1855 CXXDeductionGuideDecl *CXXDeductionGuideDecl::Create( in Create() function in CXXDeductionGuideDecl
1935 CXXMethodDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXMethodDecl
2326 CXXConstructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXConstructorDecl
2465 CXXDestructorDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXDestructorDecl
2498 CXXConversionDecl::Create(ASTContext &C, CXXRecordDecl *RD, in Create() function in CXXConversionDecl
2528 LinkageSpecDecl *LinkageSpecDecl::Create(ASTContext &C, in Create() function in LinkageSpecDecl
2693 ConstructorUsingShadowDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ConstructorUsingShadowDecl
2784 UnresolvedUsingValueDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingValueDecl
2812 UnresolvedUsingTypenameDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in UnresolvedUsingTypenameDecl
[all …]
H A DExprObjC.cpp45 ObjCArrayLiteral *ObjCArrayLiteral::Create(const ASTContext &C, in Create() function in ObjCArrayLiteral
95 ObjCDictionaryLiteral::Create(const ASTContext &C, in Create() function in ObjCDictionaryLiteral
207 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
227 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
246 ObjCMessageExpr::Create(const ASTContext &Context, QualType T, ExprValueKind VK, in Create() function in ObjCMessageExpr
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 DDeclGroup.cpp21 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { in Create() function in DeclGroup
H A DDecl.cpp1918 VarDecl *VarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in VarDecl
2535 ParmVarDecl *ParmVarDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ParmVarDecl
3533 DependentFunctionTemplateSpecializationInfo::Create( in Create() function in DependentFunctionTemplateSpecializationInfo
3975 EnumDecl *EnumDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in EnumDecl
4308 TranslationUnitDecl *TranslationUnitDecl::Create(ASTContext &C) { in Create() function in TranslationUnitDecl
4314 PragmaCommentDecl *PragmaCommentDecl::Create(const ASTContext &C, in Create() function in PragmaCommentDecl
4368 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
4373 LabelDecl *LabelDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in LabelDecl
4521 TypedefDecl *TypedefDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in TypedefDecl
4655 ImportDecl *ImportDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in ImportDecl
[all …]
H A DStmt.cpp332 CompoundStmt *CompoundStmt::Create(const ASTContext &C, ArrayRef<Stmt *> Stmts, in Create() function in CompoundStmt
352 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt
841 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create() function in IfStmt
947 SwitchStmt *SwitchStmt::Create(const ASTContext &Ctx, Stmt *Init, VarDecl *Var, in Create() function in SwitchStmt
1005 WhileStmt *WhileStmt::Create(const ASTContext &Ctx, VarDecl *Var, Expr *Cond, in Create() function in WhileStmt
1064 ReturnStmt *ReturnStmt::Create(const ASTContext &Ctx, SourceLocation RL, in Create() function in ReturnStmt
1080 CaseStmt *CaseStmt::Create(const ASTContext &Ctx, Expr *lhs, Expr *rhs, in Create() function in CaseStmt
1107 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt
1127 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt
1135 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt
[all …]
H A DDeclFriend.cpp35 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, in Create() function in FriendDecl
/freebsd-12.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-12.1/contrib/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-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResult.cpp29 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
51 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
83 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
95 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
122 ValueObjectSP ValueObjectConstResult::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectConstResult
165 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
39 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, in Create() function in ValueObjectMemory
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerShmemFuchsia.cpp20 bool SharedMemoryRegion::Create(const char *Name) { in Create() function in fuzzer::SharedMemoryRegion
H A DFuzzerShmemWindows.cpp38 bool SharedMemoryRegion::Create(const char *Name) { in Create() function in fuzzer::SharedMemoryRegion
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp19 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, in Create() function in OptionValueUInt64
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h74 CreateFunc Create) { in insertRecordAs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp38 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { in Create() function in ArchitecturePPC64
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp24 SystemZConstantPoolValue::Create(const GlobalValue *GV, in Create() function in SystemZConstantPoolValue
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_thread.cc10 MsanThread *MsanThread::Create(thread_callback_t start_routine, in Create() function in __msan::MsanThread
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp35 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { in Create() function in ArchitectureArm

1234