Searched refs:Create (Results 26 - 50 of 488) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.h34 static std::unique_ptr<Acceptor> Create(llvm::StringRef name,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h223 cur = NestedNameSpecifier::Create(ctx, cur,
228 cur = NestedNameSpecifier::Create(ctx, cur,
233 cur = NestedNameSpecifier::Create(ctx, cur,
239 cur = NestedNameSpecifier::Create(ctx, cur,
H A DNestedNameSpecifier.h124 static NestedNameSpecifier *Create(const ASTContext &Context,
129 static NestedNameSpecifier *Create(const ASTContext &Context,
134 static NestedNameSpecifier *Create(const ASTContext &Context,
139 static NestedNameSpecifier *Create(const ASTContext &Context,
149 static NestedNameSpecifier *Create(const ASTContext &Context,
H A DDeclGroup.h36 static DeclGroup *Create(ASTContext &C, Decl **Decls, unsigned NumDecls);
68 static DeclGroupRef Create(ASTContext &C, Decl **Decls, unsigned NumDecls) {
73 return DeclGroupRef(DeclGroup::Create(C, Decls, NumDecls));
H A DDependentDiagnostic.h40 static DependentDiagnostic *Create(ASTContext &Context, function in class:clang::DependentDiagnostic
50 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
106 static DependentDiagnostic *Create(ASTContext &Context,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.h23 static MsanThread *Create(thread_callback_t start_routine, void *arg);
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h59 // GTEST_DEATH_TEST_ macro. It is abstract; its static Create method
73 // Create returns false if there was an error determining the
81 static bool Create(const char* statement, const RE* regex,
147 virtual bool Create(const char* statement, const RE* regex,
154 virtual bool Create(const char* statement, const RE* regex,
194 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp196 SwitchBB = BasicBlock::Create(F.getContext(), "switch_bb", &F);
197 auto *SwitchPN = PHINode::Create(CommonITy, IndirectBrs.size(),
205 BranchInst::Create(SwitchBB, IBr);
212 auto *SI = SwitchInst::Create(SwitchValue, BBs[0], BBs.size(), SwitchBB);
H A DDwarfEHPrepare.cpp129 ExnObj = ExtractValueInst::Create(RI->getOperand(0), 0, "exn.obj", RI);
225 // Create the basic block where the _Unwind_Resume call will live.
234 CallInst *CI = CallInst::Create(RewindFunction, ExnObj, "", UnwindBB);
242 BasicBlock *UnwindBB = BasicBlock::Create(Ctx, "unwind_resume", &Fn);
243 PHINode *PN = PHINode::Create(Type::getInt8PtrTy(Ctx), ResumesLeft,
250 BranchInst::Create(UnwindBB, Parent);
259 CallInst *CI = CallInst::Create(RewindFunction, PN, "", UnwindBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.h42 Create(const GlobalValue *GV, SystemZCP::SystemZCPModifier Modifier);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h51 Function::Create(Type, GlobalValue::LinkOnceODRLinkage, Name, &M);
63 BasicBlock *Entry = BasicBlock::Create(Ctx, "entry", F);
69 // we already made. Create them and insert them into the module.
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h124 static UnaryOperator *Create(UnaryOps Op, Value *S,
132 static UnaryOperator *Create(UnaryOps Op, Value *S,
136 /// These methods just forward to Create, and are useful when you
140 static UnaryOperator *Create##OPC(Value *V, const Twine &Name = "") {\
141 return Create(Instruction::OPC, V, Name);\
145 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
147 return Create(Instruction::OPC, V, Name, BB);\
151 static UnaryOperator *Create##OPC(Value *V, const Twine &Name, \
153 return Create(Instruction::OPC, V, Name, I);\
161 UnaryOperator *UO = Create(Op
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp53 /// Create a new BinaryOperator representing a simple assignment.
56 /// Create a new BinaryOperator representing a comparison.
60 /// Create a new compound stmt using the provided statements.
63 /// Create a new DeclRefExpr for the referenced variable.
67 /// Create a new UnaryOperator representing a dereference.
70 /// Create an implicit cast for an integer conversion.
73 /// Create an implicit cast to a builtin boolean type.
76 /// Create an implicit cast for lvalue-to-rvaluate conversions.
85 /// Create an implicit cast of the given type.
89 /// Create a
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp128 return CCMgrT::Create(ES, ErrorHandlerAddress);
133 return CCMgrT::Create(ES, ErrorHandlerAddress);
138 return CCMgrT::Create(ES, ErrorHandlerAddress);
142 return CCMgrT::Create(ES, ErrorHandlerAddress);
148 return CCMgrT::Create(ES, ErrorHandlerAddress);
154 return CCMgrT::Create(ES, ErrorHandlerAddress);
157 return CCMgrT::Create(ES, ErrorHandlerAddress);
243 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F);
291 Function::Create(cast<FunctionType>(F.getValueType()),
H A DSpeculation.cpp76 Function::Create(RuntimeCallTy, Function::LinkageTypes::ExternalLinkage,
103 // Create BasicBlocks before the program's entry basicblock
104 BasicBlock *SpeculateBlock = BasicBlock::Create(
106 BasicBlock *SpeculateDecisionBlock = BasicBlock::Create(
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i27 # Create a new debugger instance
28 debugger = lldb.SBDebugger.Create()
34 # Create a target from a file and arch
131 Create();
134 Create(bool source_init_files);
137 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
175 self.SetOutputFile(SBFile.Create(file, borrow=True))
182 self.SetInputFile(SBFile.Create(file, borrow=True))
189 self.SetErrorFile(SBFile.Create(file, borrow=True))
H A DSBFile.i44 def Create(cls, file, borrow=False, force_io_methods=False):
46 Create a SBFile from a python file object, with options.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp33 &ArchitectureMips::Create); member in class:ArchitectureMips
37 PluginManager::UnregisterPlugin(&ArchitectureMips::Create);
40 std::unique_ptr<Architecture> ArchitectureMips::Create(const ArchSpec &arch) { function in class:ArchitectureMips
157 // Create Disassembler Instance
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp36 CallInst *Call = CallInst::Create(Fn, "", InsertionPt);
47 Instruction *RetAddr = CallInst::Create(
57 CallInst::Create(Fn, ArrayRef<Value *>(Args), "", InsertionPt);
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dcreate.cc42 class Create: public FuseTest { class in inherits:FuseTest
66 class Create_7_8: public Create {
70 Create::SetUp();
118 TEST_F(Create, attr_cache)
151 TEST_F(Create, clear_attr_cache)
198 TEST_F(Create, eexist)
215 TEST_F(Create, Enosys)
264 TEST_F(Create, entry_cache_negative)
298 TEST_F(Create, entry_cache_negative_purge)
335 TEST_F(Create, eper
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
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
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h35 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
85 static lldb::ValueObjectSP Create(ExecutionContextScope *exe_scope,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp24 platform_sp = Platform::Create(ConstString(m_platform_name.c_str()), error);
36 platform_sp = Platform::Create(arch, &platform_arch, error);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DGlobalTypeTableBuilder.h74 CreateFunc Create) {
86 ArrayRef<uint8_t> StableRecord = Create(Data);
73 insertRecordAs(GloballyHashedType Hash, size_t RecordSize, CreateFunc Create) argument

Completed in 228 milliseconds

1234567891011>>