/freebsd/contrib/kyua/cli/ |
H A D | cmd_db_exec_test.cpp | 58 sqlite::statement create = db.create_statement( in do_format_cell_test() local 120 sqlite::statement create = db.create_statement( in ATF_TEST_CASE_BODY() local 135 sqlite::statement create = db.create_statement( in ATF_TEST_CASE_BODY() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 82 static SarifArtifactLocation create(llvm::StringRef URI) { in create() function 119 static SarifArtifact create(const SarifArtifactLocation &Loc) { in create() function 185 static ThreadFlow create() { return {}; } in create() function 221 static SarifReportingConfiguration create() { return {}; }; in create() function 269 static SarifRule create() { return {}; } in create() function 333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } in create() function
|
H A D | DiagnosticError.h | 32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { in create() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXMCExpr.cpp | 19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr 59 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | LiveVariables.h | 101 create(AnalysisDeclContext &analysisContext) { in create() function 115 create(AnalysisDeclContext &analysisContext) { in create() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCExpr.cpp | 27 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() function in AArch64MCExpr 158 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, in create() function in AArch64AuthMCExpr
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 544 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 550 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 556 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 562 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() function in GlobalAlias 568 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() function in GlobalAlias 601 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalIFunc
|
H A D | Type.cpp | 513 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType 524 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType 531 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType 535 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType 539 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType 546 StructType *StructType::create(ArrayRef<Type*> Elements) { in create() function in StructType
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCExpr.cpp | 182 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr 188 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr 193 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr 209 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr 215 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
|
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/default/ |
H A D | DirectoryWatcher-not-implemented.cpp | 14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Dwarf.cpp | 20 std::unique_ptr<DwarfObject> DwarfObject::create(ObjFile *obj) { in create() function in DwarfObject
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/ |
H A D | WasmReader.cpp | 18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
|
/freebsd/tools/tools/wtap/wtap/ |
H A D | wtap.c | 38 static void create(int id) in create() function
|
/freebsd/sys/netinet/libalias/ |
H A D | alias.c | 478 IcmpAliasOut1(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut1() 618 IcmpAliasOut(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut() 693 struct in_addr ip_dst, u_char ip_p, u_short *ip_sum, int create) in ProtoAliasOut() 835 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in UdpAliasOut() 1064 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in TcpAliasOut() 1445 LibAliasOutTry(struct libalias *la, void *ptr, int maxpacketsize, int create) in LibAliasOutTry() 1459 int create /* Create new entries ? */ in LibAliasOutLocked()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | CommonConfig.cpp | 15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, create() function in llvm::objcopy::NameOrPattern
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCExpr.cpp | 17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
|
/freebsd/sys/fs/p9fs/ |
H A D | p9_transport.h | 40 int (*create)(const char *mount_tag, void **handlep); member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCExpr.cpp | 15 const SystemZMCExpr *SystemZMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in SystemZMCExpr
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.cpp | 29 AllocationOrder AllocationOrder::create(unsigned VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property_parse.c | 55 parse_name(OSSL_LIB_CTX * ctx,const char * t[],int create,OSSL_PROPERTY_IDX * idx) parse_name() argument 193 parse_string(OSSL_LIB_CTX * ctx,const char * t[],char delim,OSSL_PROPERTY_DEFINITION * res,const int create) parse_string() argument 224 parse_unquoted(OSSL_LIB_CTX * ctx,const char * t[],OSSL_PROPERTY_DEFINITION * res,const int create) parse_unquoted() argument 256 parse_value(OSSL_LIB_CTX * ctx,const char * t[],OSSL_PROPERTY_DEFINITION * res,int create) parse_value() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCExpr.cpp | 17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in LanaiMCExpr
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
H A D | StringPool.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | TapiUniversal.cpp | 56 TapiUniversal::create(MemoryBufferRef Source) { in create() function in TapiUniversal
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | APIIgnoresList.cpp | 35 APIIgnoresList::create(const FilePathList &IgnoresFilePathList, in create() function in APIIgnoresList
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | PostOrderCFGView.cpp | 33 PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create() function in PostOrderCFGView
|