Searched defs:Create (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { function in class:DeclGroup
H A DDeclFriend.cpp34 FriendDecl *FriendDecl::Create(ASTContext &C, DeclContext *DC, function in class:FriendDecl
H A DASTConcept.cpp52 ASTConstraintSatisfaction::Create(const ASTContext &C, function in class:ASTConstraintSatisfaction
H A DDeclOpenMP.cpp28 OMPThreadPrivateDecl *OMPThreadPrivateDecl::Create(ASTContext &C, function in class:OMPThreadPrivateDecl
61 OMPAllocateDecl *OMPAllocateDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPAllocateDecl
104 OMPRequiresDecl *OMPRequiresDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPRequiresDecl
144 OMPDeclareReductionDecl *OMPDeclareReductionDecl::Create( function in class:OMPDeclareReductionDecl
175 OMPDeclareMapperDecl::Create(ASTContext &C, DeclContext *DC, SourceLocation L, function in class:OMPDeclareMapperDecl
234 OMPCapturedExprDecl *OMPCapturedExprDecl::Create(ASTContext &C, DeclContext *DC, function in class:OMPCapturedExprDecl
H A DStmtObjC.cpp45 ObjCAtTryStmt *ObjCAtTryStmt::Create(const ASTContext &Context, function in class:ObjCAtTryStmt
H A DStmtCXX.cpp25 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, SourceLocation tryLoc, function in class:CXXTryStmt
32 CXXTryStmt *CXXTryStmt::Create(const ASTContext &C, EmptyShell Empty, function in class:CXXTryStmt
86 CoroutineBodyStmt *CoroutineBodyStmt::Create( function in class:CoroutineBodyStmt
95 CoroutineBodyStmt *CoroutineBodyStmt::Create(const ASTContext &C, EmptyShell, function in class:CoroutineBodyStmt
H A DExprConcepts.cpp84 ConceptSpecializationExpr::Create(const ASTContext &C, function in class:ConceptSpecializationExpr
121 ConceptSpecializationExpr::Create(const ASTContext &C, function in class:ConceptSpecializationExpr
135 ConceptSpecializationExpr::Create(ASTContext &C, EmptyShell Empty, function in class:ConceptSpecializationExpr
197 RequiresExpr::Create(ASTContext &C, SourceLocation RequiresKWLoc, function in class:RequiresExpr
211 RequiresExpr::Create(ASTContext &C, EmptyShell Empty, function in class:RequiresExpr
H A DStmtOpenMP.cpp163 OMPParallelDirective *OMPParallelDirective::Create( function in class:OMPParallelDirective
189 OMPSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPSimdDirective
232 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForDirective
284 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPForSimdDirective
336 OMPSectionsDirective *OMPSectionsDirective::Create( function in class:OMPSectionsDirective
361 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C, function in class:OMPSectionDirective
381 OMPSingleDirective *OMPSingleDirective::Create(const ASTContext &C, function in class:OMPSingleDirective
407 OMPMasterDirective *OMPMasterDirective::Create(const ASTContext &C, function in class:OMPMasterDirective
425 OMPCriticalDirective *OMPCriticalDirective::Create( function in class:OMPCriticalDirective
450 OMPParallelForDirective *OMPParallelForDirective::Create( function in class:OMPParallelForDirective
502 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( function in class:OMPParallelForSimdDirective
554 OMPParallelMasterDirective *OMPParallelMasterDirective::Create( function in class:OMPParallelMasterDirective
578 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create( function in class:OMPParallelSectionsDirective
604 OMPTaskDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTaskDirective
627 OMPTaskyieldDirective *OMPTaskyieldDirective::Create(const ASTContext &C, function in class:OMPTaskyieldDirective
642 OMPBarrierDirective *OMPBarrierDirective::Create(const ASTContext &C, function in class:OMPBarrierDirective
656 OMPTaskwaitDirective *OMPTaskwaitDirective::Create(const ASTContext &C, function in class:OMPTaskwaitDirective
670 OMPTaskgroupDirective *OMPTaskgroupDirective::Create( function in class:OMPTaskgroupDirective
695 OMPCancellationPointDirective *OMPCancellationPointDirective::Create( function in class:OMPCancellationPointDirective
716 OMPCancelDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPCancelDirective
740 OMPFlushDirective *OMPFlushDirective::Create(const ASTContext &C, function in class:OMPFlushDirective
762 OMPOrderedDirective *OMPOrderedDirective::Create(const ASTContext &C, function in class:OMPOrderedDirective
788 OMPAtomicDirective *OMPAtomicDirective::Create( function in class:OMPAtomicDirective
819 OMPTargetDirective *OMPTargetDirective::Create(const ASTContext &C, function in class:OMPTargetDirective
845 OMPTargetParallelDirective *OMPTargetParallelDirective::Create( function in class:OMPTargetParallelDirective
869 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( function in class:OMPTargetParallelForDirective
922 OMPTargetDataDirective *OMPTargetDataDirective::Create( function in class:OMPTargetDataDirective
944 OMPTargetEnterDataDirective *OMPTargetEnterDataDirective::Create( function in class:OMPTargetEnterDataDirective
966 OMPTargetExitDataDirective *OMPTargetExitDataDirective::Create( function in class:OMPTargetExitDataDirective
988 OMPTeamsDirective *OMPTeamsDirective::Create(const ASTContext &C, function in class:OMPTeamsDirective
1014 OMPTaskLoopDirective *OMPTaskLoopDirective::Create( function in class:OMPTaskLoopDirective
1066 OMPTaskLoopSimdDirective *OMPTaskLoopSimdDirective::Create( function in class:OMPTaskLoopSimdDirective
1117 OMPMasterTaskLoopDirective *OMPMasterTaskLoopDirective::Create( function in class:OMPMasterTaskLoopDirective
1169 OMPMasterTaskLoopSimdDirective *OMPMasterTaskLoopSimdDirective::Create( function in class:OMPMasterTaskLoopSimdDirective
1223 OMPParallelMasterTaskLoopDirective *OMPParallelMasterTaskLoopDirective::Create( function in class:OMPParallelMasterTaskLoopDirective
1279 OMPParallelMasterTaskLoopSimdDirective::Create( function in class:OMPParallelMasterTaskLoopSimdDirective
1335 OMPDistributeDirective *OMPDistributeDirective::Create( function in class:OMPDistributeDirective
1386 OMPTargetUpdateDirective *OMPTargetUpdateDirective::Create( function in class:OMPTargetUpdateDirective
1410 OMPDistributeParallelForDirective *OMPDistributeParallelForDirective::Create( function in class:OMPDistributeParallelForDirective
1481 OMPDistributeParallelForSimdDirective::Create( function in class:OMPDistributeParallelForSimdDirective
1551 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( function in class:OMPDistributeSimdDirective
1605 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( function in class:OMPTargetParallelForSimdDirective
1662 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, function in class:OMPTargetSimdDirective
1705 OMPTeamsDistributeDirective *OMPTeamsDistributeDirective::Create( function in class:OMPTeamsDistributeDirective
1757 OMPTeamsDistributeSimdDirective *OMPTeamsDistributeSimdDirective::Create( function in class:OMPTeamsDistributeSimdDirective
1812 OMPTeamsDistributeParallelForSimdDirective::Create( function in class:OMPTeamsDistributeParallelForSimdDirective
1885 OMPTeamsDistributeParallelForDirective::Create( function in class:OMPTeamsDistributeParallelForDirective
1956 OMPTargetTeamsDirective *OMPTargetTeamsDirective::Create( function in class:OMPTargetTeamsDirective
1980 OMPTargetTeamsDistributeDirective *OMPTargetTeamsDistributeDirective::Create( function in class:OMPTargetTeamsDistributeDirective
2037 OMPTargetTeamsDistributeParallelForDirective::Create( function in class:OMPTargetTeamsDistributeParallelForDirective
2113 OMPTargetTeamsDistributeParallelForSimdDirective::Create( function in class:OMPTargetTeamsDistributeParallelForSimdDirective
2187 OMPTargetTeamsDistributeSimdDirective::Create( function in class:OMPTargetTeamsDistributeSimdDirective
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp23 SystemZConstantPoolValue::Create(const GlobalValue *GV, function in class:SystemZConstantPoolValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueUInt64.cpp18 lldb::OptionValueSP OptionValueUInt64::Create(llvm::StringRef value_str, function in class:OptionValueUInt64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp30 &ArchitecturePPC64::Create); member in class:ArchitecturePPC64
37 std::unique_ptr<Architecture> ArchitecturePPC64::Create(const ArchSpec &arch) { function in class:ArchitecturePPC64
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp27 &ArchitectureArm::Create); member in class:ArchitectureArm
34 std::unique_ptr<Architecture> ArchitectureArm::Create(const ArchSpec &arch) { function in class:ArchitectureArm
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp24 lldb::ValueObjectSP ValueObjectCast::Create(ValueObject &parent, function in class:ValueObjectCast
H A DValueObjectMemory.cpp31 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectMemory
38 ValueObjectSP ValueObjectMemory::Create(ExecutionContextScope *exe_scope, function in class:ValueObjectMemory
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h131 static lldb::ValueObjectSP Create(ValueObject &parent, lldb::ValueType type) { function in class:lldb_private::ValueObjectRecognizerSynthesizedValue
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwp.cpp42 SymbolFileDWARFDwp::Create(lldb::ModuleSP module_sp, function in class:SymbolFileDWARFDwp
H A DAppleDWARFIndex.cpp20 std::unique_ptr<AppleDWARFIndex> AppleDWARFIndex::Create( function in class:AppleDWARFIndex
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp151 BasicObjectLayerMaterializationUnit::Create(ObjectLayer &L, VModuleKey K, function in class:llvm::BasicObjectLayerMaterializationUnit
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp10 MsanThread *MsanThread::Create(thread_callback_t start_routine, function in class:__msan::MsanThread
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h72 insertRecordAs(GloballyHashedType Hash, size_t RecordSize, CreateFunc Create) argument
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp81 std::unique_ptr<Acceptor> Acceptor::Create(StringRef name, function in class:Acceptor
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h135 Create(ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr) { function in class:llvm::orc::LocalLazyCallThroughManager
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp31 &ArchitectureMips::Create); member in class:ArchitectureMips
38 std::unique_ptr<Architecture> ArchitectureMips::Create(const ArchSpec &arch) { function in class:ArchitectureMips
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) { function in class:ARMConstantPoolConstant
154 ARMConstantPoolConstant::Create(const GlobalVariable *GVar, function in class:ARMConstantPoolConstant
160 ARMConstantPoolConstant::Create(const GlobalValue *GV, function in class:ARMConstantPoolConstant
168 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
175 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID, function in class:ARMConstantPoolConstant
233 ARMConstantPoolSymbol *ARMConstantPoolSymbol::Create(LLVMContext &C, function in class:ARMConstantPoolSymbol
272 ARMConstantPoolMBB *ARMConstantPoolMBB::Create(LLVMContext &C, function in class:ARMConstantPoolMBB
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h194 Create(SourceLocation TemplateKWLoc, SourceLocation TemplateNameLoc, function in struct:clang::final

Completed in 379 milliseconds

1234