Searched defs:create (Results 26 - 50 of 231) sorted by relevance

12345678910

/freebsd-current/contrib/kyua/cli/
H A Dcmd_db_exec_test.cpp58 sqlite::statement create = db.create_statement( local
120 sqlite::statement create = db.create_statement( local
135 sqlite::statement create = db.create_statement( local
/freebsd-current/contrib/mtree/
H A Dverify.c174 int create; local
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp75 Expected<std::unique_ptr<Object>> XCOFFReader::create() const { function in class:llvm::objcopy::xcoff::XCOFFReader
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCExpr.cpp22 const CSKYMCExpr *CSKYMCExpr::create(const MCExpr *Expr, VariantKind Kind, function in class:CSKYMCExpr
/freebsd-current/crypto/openssl/include/openssl/
H A Dconftypes.h23 CONF *(*create) (CONF_METHOD *meth); member in struct:conf_method_st
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp156 llvm::Expected<CommonOptionsParser> CommonOptionsParser::create( function in class:CommonOptionsParser
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp24 MacroArgs *MacroArgs::create(const MacroInfo *MI, function in class:MacroArgs
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp49 llvm::RuntimeDyldCOFF::create(Triple::ArchType Arch, function in class:llvm::llvm::RuntimeDyldCOFF
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp159 FileOutputBuffer::create(StringRef Path, size_t Size, unsigned Flags) { function in class:FileOutputBuffer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h44 create(const StringRef &Key, function in class:llvm::dwarf_linker::StringPoolEntryInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp42 void SanitizerStatReport::create(IRBuilder<> &B, SanitizerStatKind SK) { function in class:SanitizerStatReport
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_disk.c37 static void create(struct archive_entry *ae, const char *msg) function
/freebsd-current/contrib/netbsd-tests/fs/vfs/
H A Dt_ro.c78 create(const atf_tc_t *tc, const char *mp) function
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp27 const MipsMCExpr *MipsMCExpr::create(MipsMCExpr::MipsExprKind Kind, function in class:MipsMCExpr
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp28 bool create = force; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp20 const PPCMCExpr *PPCMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:PPCMCExpr
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCExpr.cpp27 const VEMCExpr *VEMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:VEMCExpr
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.h68 ThreadCreateEventCallback create; member in struct:__sanitizer::ThreadEventCallbacks
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp22 ConstructionContextLayer::create(BumpVectorContext &C, function in class:ConstructionContextLayer
[all...]
/freebsd-current/crypto/openssl/include/internal/
H A Dbio.h27 int (*create) (BIO *); member in struct:bio_method_st
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCExpr.cpp27 SparcMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:SparcMCExpr
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp38 const AVRMCExpr *AVRMCExpr::create(VariantKind Kind, const MCExpr *Expr, function in class:llvm::AVRMCExpr
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp112 MinidumpFile::create(MemoryBufferRef Source) { function in class:MinidumpFile
/freebsd-current/sys/dev/mlx5/mlx5_fpga/
H A Dsdk.h64 void (*create)(struct mlx5_fpga_device *fdev); member in struct:mlx5_fpga_client
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h96 bool create(uptr Addr, uptr Size, const char *Name, uptr Flags = 0) { function in class:scudo::ReservedMemory

Completed in 327 milliseconds

12345678910