Searched defs:create (Results 126 - 150 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp183 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, function in class:MCBinaryExpr
189 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, function in class:MCUnaryExpr
194 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, function in class:MCConstantExpr
210 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, function in class:MCSymbolRefExpr
216 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, function in class:MCSymbolRefExpr
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h506 create(Args &&...args) { function in class:clang::dataflow::Environment
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp51 Expected<MSFBuilder> MSFBuilder::create(BumpPtrAllocator &Allocator, function in class:MSFBuilder
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalTree.h646 void create() { function in class:llvm::IntervalTree
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h317 static Expected<LocalIndirectStubsInfo> create(unsigned MinStubs, function in class:llvm::orc::LocalIndirectStubsInfo
H A DLLJIT.h469 Expected<std::unique_ptr<JITType>> create() { function in class:llvm::orc::LLJITBuilderSetters
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDLL.cpp675 void IdataContents::create(COFFLinkerContext &ctx) { function in class:lld::coff::IdataContents
735 void DelayLoadContents::create(Defined *h) { function in class:lld::coff::DelayLoadContents
/freebsd-current/contrib/lib9p/pytest/
H A Dp9conn.py926 def create(self, fid, name, perm, mode, filetype=None, extension=b''): member in class:P9Client
[all...]
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_inet.c160 create_func *create; member in struct:inet_port
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c160 static struct ptunit_result create(struct section_fixture *sfix) function
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp349 RuntimeDyldMachO::create(Triple::ArchType Arch, function in class:llvm::RuntimeDyldMachO
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h82 static SarifArtifactLocation create(llvm::StringRef URI) { function in class:clang::detail::SarifArtifactLocation
119 static SarifArtifact create(const SarifArtifactLocation &Loc) { function in class:clang::detail::SarifArtifact
185 static ThreadFlow create() { return {}; } function in class:clang::ThreadFlow
221 static SarifReportingConfiguration create() { return {}; }; function in class:clang::SarifReportingConfiguration
269 static SarifRule create() { retur function in class:clang::SarifRule
333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } function in class:clang::SarifResult
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h277 static T *create(BumpVectorContext &C, ArgTypes... Args) { function in class:clang::ConstructionContext
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1004 void MockDeathTestFactory::SetParameters(bool create, DeathTest::TestRole role, argument
/freebsd-current/sys/netinet/libalias/
H A Dalias.c478 IcmpAliasOut1(struct libalias *la, struct ip *pip, int create) argument
618 IcmpAliasOut(struct libalias *la, struct ip *pip, int create) argument
692 ProtoAliasOut(struct libalias *la, struct ip *pip, struct in_addr ip_dst, u_char ip_p, u_short *ip_sum, int create) argument
835 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) argument
1064 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) argument
1445 LibAliasOutTry(struct libalias *la, void *ptr, int maxpacketsize, int create) argument
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dmockfs.hh159 fuse_create_in create; member in union:fuse_payloads_in
201 fuse_create_out create; member in union:fuse_payloads_out
/freebsd-current/usr.sbin/ppp/
H A Dphysical.c115 struct device *(*create)(struct physical *); member in struct:__anon6766
/freebsd-current/usr.bin/find/
H A Dfind.h166 creat_f *create; /* create function */ member in struct:_option
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp299 create(StringRef OutputFile, DiagnosticOptions *Diags, bool MergeChildRecords) { function in namespace:clang::serialized_diags
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp198 CVTagRecord CVTagRecord::create(CVType type) { function in class:CVTagRecord
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DConstantsContext.h343 ConstantClass *create(TypeClass *Ty) const { function in struct:llvm::ConstantAggrKeyType
393 InlineAsm *create(TypeClass *Ty) const { function in struct:llvm::InlineAsmKeyType
485 ConstantExpr *create(TypeClass *Ty) const { function in struct:llvm::ConstantExprKeyType
585 ConstantClass *create(TypeClass *Ty, ValType V, LookupKeyHashed &HashKey) { function in class:llvm::ConstantUniqueMap
H A DType.cpp513 StructType *StructType::create(LLVMContext &Context, StringRef Name) { function in class:StructType
524 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, function in class:StructType
531 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { function in class:StructType
535 StructType *StructType::create(LLVMContext &Context) { function in class:StructType
539 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, function in class:StructType
546 StructType *StructType::create(ArrayRe function in class:StructType
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp186 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, function in class:llvm::memprof::RawMemProfReader
197 RawMemProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, function in class:llvm::memprof::RawMemProfReader
/freebsd-current/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp135 IncrementalCompilerBuilder::create(std::vector<const char *> &ClangArgv) { function in class:IncrementalCompilerBuilder
274 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { function in class:Interpreter
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp50 bool create = force; local

Completed in 425 milliseconds

12345678910