Searched defs:create (Results 76 - 100 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp157 InstrProfReader::create(const Twine &Path, vfs::FileSystem &FS, function in class:InstrProfReader
169 InstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, function in class:InstrProfReader
196 IndexedInstrProfReader::create(const Twine &Path, vfs::FileSystem &FS, function in class:IndexedInstrProfReader
218 IndexedInstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer, function in class:IndexedInstrProfReader
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dfile_descriptor.h121 static FileDescriptor create(const path* p, error_code& ec, Args... args) { function in struct:detail::FileDescriptor
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp31 const RISCVMCExpr *RISCVMCExpr::create(const MCExpr *Expr, VariantKind Kind, function in class:RISCVMCExpr
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp159 ReplaceNodeWithTemplate::create(StringRef FromId, StringRef ToTemplate) { function in class:clang::tooling::ReplaceNodeWithTemplate
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp169 Expected<std::unique_ptr<TarWriter>> TarWriter::create(StringRef OutputPath, function in class:TarWriter
H A DFileUtilities.cpp271 FilePermissionsApplier::create(StringRef InputFilename) { function in class:FilePermissionsApplier
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dtrail.c94 trail_new(const char *dirname, bool create) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h159 Handle(AddrHashMap<T, kSize> *map, uptr addr, bool remove, bool create) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp204 SyncVar *MetaMap::GetSync(ThreadState *thr, uptr pc, uptr addr, bool create, argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h53 template <class... ArgTs> Node *create(ArgTs &&... Args) { function in class:llvm::AllocatorList
H A DImmutableList.h215 ImmutableList<T> create(ElemT &&Data) { function in class:llvm::ImmutableListFactory
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp263 clang::DirectoryWatcher::create(StringRef Path, function in class:clang::DirectoryWatcher
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp102 PDBSymbol::create(const IPDBSession &PDBSession, function in class:PDBSymbol
110 std::unique_ptr<PDBSymbol> PDBSymbol::create(const IPDBSession &PDBSession, function in class:PDBSymbol
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp380 CodeRangeASTSelection::create(SourceRange SelectionRange, function in class:CodeRangeASTSelection
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp44 const MipsInstrInfo *MipsInstrInfo::create(MipsSubtarget &STI) { function in class:MipsInstrInfo
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp97 std::unique_ptr<Stream> Stream::create(StreamType Type) { function in class:Stream
463 Stream::create(const Directory &StreamDesc, const object::MinidumpFile &File) { function in class:Stream
553 Expected<Object> Object::create(const object::MinidumpFile &File) { function in class:Object
/freebsd-current/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c743 dtrace_probedesc_t *create = &desc->dtrpd_create; local
/freebsd-current/sys/dev/netmap/
H A Dnetmap_pipe.c653 netmap_get_pipe_na(struct nmreq_header *hdr, struct netmap_adapter **na, struct netmap_mem_d *nmd, int create) argument
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dconfig.c49 _lookup_config_node(nvlist_t *parent, const char *path, bool create) argument
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_iface.c129 int create; local
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_lib.c114 static int int_cleanup_check(int create) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h176 Register create() { return createFrom(getReg()); } function in class:llvm::LiveRangeEdit
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c235 get_part_metadata(const char *name, int create) argument
/freebsd-current/lib/libcasper/services/cap_fileargs/tests/
H A Dfileargs_test.c56 prepare_files(size_t num, bool create) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversalWriter.cpp124 Expected<Slice> Slice::create(const Archive &A, LLVMContext *LLVMCtx) { function in class:Slice
226 Expected<Slice> Slice::create(const IRObjectFile &IRO, uint32_t Align) { function in class:Slice

Completed in 363 milliseconds

12345678910