Home
last modified time | relevance | path

Searched defs:create (Results 101 – 125 of 247) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { in create() function in clang::tooling::ReplaceNodeWithTemplate
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp50 GsymReader::create(std::unique_ptr<MemoryBuffer> &MemBuffer) { create() function in GsymReader
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp174 OffloadBinary::create(MemoryBufferRef Buf) { in create() function in OffloadBinary
/freebsd/sys/netinet/libalias/
H A Dalias_db.c102 int create) in StartPointIn()
1056 int create, in FindIcmpIn()
1086 int create, in FindIcmpOut()
1227 int create, in FindUdpTcpIn()
1273 int create, in FindUdpTcpOut()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp259 RawMemProfReader::create(const Twine &Path, const StringRef ProfiledBinary, in create() function in llvm::memprof::RawMemProfReader
270 RawMemProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, in create() function in llvm::memprof::RawMemProfReader
H A DInstrProfReader.cpp154 InstrProfReader::create(const Twine &Path, vfs::FileSystem &FS, in create() function in InstrProfReader
166 InstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, in create() function in InstrProfReader
193 IndexedInstrProfReader::create(const Twine &Path, vfs::FileSystem &FS, in create() function in IndexedInstrProfReader
215 IndexedInstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, in create() function in IndexedInstrProfReader
H A DSampleProfReader.cpp1826 SampleProfileReader::create(StringRef Filename, LLVMContext &C, in create() function in SampleProfileReader
1846 SampleProfileReaderItaniumRemapper::create(StringRef Filename, in create() function in SampleProfileReaderItaniumRemapper
1867 SampleProfileReaderItaniumRemapper::create(std::unique_ptr<MemoryBuffer> &B, in create() function in SampleProfileReaderItaniumRemapper
1897 SampleProfileReader::create(std::unique_ptr<MemoryBuffer> &B, LLVMContext &C, in create() function in SampleProfileReader
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h75 static ASTFileSignature create(std::array<uint8_t, 20> Bytes) { in create() function
92 static ASTFileSignature create(InputIt First, InputIt Last) { in create() function
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp169 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() function in TarWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h94 return KeyDataTy::create(Key, Allocator); in create() function
H A DHashing.h258 static hash_state create(const char *s, uint64_t seed) { in create() function
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvnode_impl.h199 enum create { CRCREAT, CRMKNOD, CRMKDIR }; /* reason for create */ enum
/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c118 static int int_cleanup_check(int create) in int_cleanup_check()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp204 SyncVar *MetaMap::GetSync(ThreadState *thr, uptr pc, uptr addr, bool create, in GetSync()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h123 static FileDescriptor create(const path* p, error_code& ec, Args... args) { create() function
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c235 get_part_metadata(const char *name, int create) in get_part_metadata()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1377 T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx, in create() function
1385 T *create(Arg1 A1, Arg2 A2, ProgramStateRef St, const LocationContext *LCtx, in create() function
1393 T *create(Arg1 A1, Arg2 A2, Arg3 A3, ProgramStateRef St, in create() function
1402 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, in create() function
/freebsd/tests/sys/fs/fusefs/
H A Daccess.cc122 TEST_F(Access, create) in TEST_F() argument
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_iface.c131 int create; in iface_khandler_register() local
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c743 dtrace_probedesc_t *create = &desc->dtrpd_create; in dtrace_ioctl() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp141 IncrementalCompilerBuilder::create(std::string TT, in create() function in IncrementalCompilerBuilder
308 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { in create() function in Interpreter
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h160 bool remove, bool create) { in Handle()
/freebsd/usr.sbin/bhyve/
H A Dconfig.c49 _lookup_config_node(nvlist_t *parent, const char *path, bool create) in _lookup_config_node()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp28 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, in create() function in IdentifierLoc

12345678910