/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { in create() function in clang::tooling::ReplaceNodeWithTemplate
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymReader.cpp | 50 GsymReader::create(std::unique_ptr<MemoryBuffer> &MemBuffer) { create() function in GsymReader
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | OffloadBinary.cpp | 174 OffloadBinary::create(MemoryBufferRef Buf) { in create() function in OffloadBinary
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 102 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 D | MemProfReader.cpp | 259 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 D | InstrProfReader.cpp | 154 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 D | SampleProfReader.cpp | 1826 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 D | Module.h | 75 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 D | prof_inlines_b.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | TarWriter.cpp | 169 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, in create() function in TarWriter
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ConcurrentHashtable.h | 94 return KeyDataTy::create(Key, Allocator); in create() function
|
H A D | Hashing.h | 258 static hash_state create(const char *s, uint64_t seed) { in create() function
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | vnode_impl.h | 199 enum create { CRCREAT, CRMKNOD, CRMKDIR }; /* reason for create */ enum
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_lib.c | 118 static int int_cleanup_check(int create) in int_cleanup_check()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_sync.cpp | 204 SyncVar *MetaMap::GetSync(ThreadState *thr, uptr pc, uptr addr, bool create, in GetSync()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | file_descriptor.h | 123 static FileDescriptor create(const path* p, error_code& ec, Args... args) { create() function
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | partedit.c | 235 get_part_metadata(const char *name, int create) in get_part_metadata()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 1377 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 D | access.cc | 122 TEST_F(Access, create) in TEST_F() argument
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_iface.c | 131 int create; in iface_khandler_register() local
|
/freebsd/sys/cddl/dev/dtrace/ |
H A D | dtrace_ioctl.c | 743 dtrace_probedesc_t *create = &desc->dtrpd_create; in dtrace_ioctl() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 141 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 D | sanitizer_addrhashmap.h | 160 bool remove, bool create) { in Handle()
|
/freebsd/usr.sbin/bhyve/ |
H A D | config.c | 49 _lookup_config_node(nvlist_t *parent, const char *path, bool create) in _lookup_config_node()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ParsedAttr.cpp | 28 IdentifierLoc *IdentifierLoc::create(ASTContext &Ctx, SourceLocation Loc, in create() function in IdentifierLoc
|