| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 288 VAArgInst *VAArgInst::create(Value *List, Type *Ty, InsertPosition Pos, in create() function in llvm::sandboxir::VAArgInst 300 FreezeInst *FreezeInst::create(Value *V, InsertPosition Pos, Context &Ctx, in create() function in llvm::sandboxir::FreezeInst 307 FenceInst *FenceInst::create(AtomicOrdering Ordering, InsertPosition Pos, in create() function in llvm::sandboxir::FenceInst 329 Value *SelectInst::create(Value *Cond, Value *True, Value *False, in create() function in llvm::sandboxir::SelectInst 350 BranchInst *BranchInst::create(BasicBlock *IfTrue, InsertPosition Pos, in create() function in llvm::sandboxir::BranchInst 358 BranchInst *BranchInst::create(BasicBlock *IfTrue, BasicBlock *IfFalse, in create() function in llvm::sandboxir::BranchInst 403 LoadInst *LoadInst::create(Type *Ty, Value *Ptr, MaybeAlign Align, in create() function in llvm::sandboxir::LoadInst 428 StoreInst *StoreInst::create(Value *V, Value *Ptr, MaybeAlign Align, in create() function in llvm::sandboxir::StoreInst 449 UnreachableInst *UnreachableInst::create(InsertPosition Pos, Context &Ctx) { in create() function in llvm::sandboxir::UnreachableInst 469 ReturnInst *ReturnInst::create(Value *RetVal, InsertPosition Pos, in create() function in llvm::sandboxir::ReturnInst [all …]
|
| /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 | 20 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr 60 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/MC/ |
| H A D | MCExpr.cpp | 201 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr 207 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr 212 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr 226 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr 752 const MCSpecifierExpr *MCSpecifierExpr::create(const MCExpr *Expr, Spec S, in create() function in MCSpecifierExpr 757 const MCSpecifierExpr *MCSpecifierExpr::create(const MCSymbol *Sym, Spec S, in create() function in MCSpecifierExpr
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 584 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 590 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 596 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias 602 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() function in GlobalAlias 608 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() function in GlobalAlias 641 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalIFunc
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | TypePool.h | 46 create(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create() function 100 create(const StringRef &Key, in create() function
|
| /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/crypto/openssl/crypto/property/ |
| H A D | property_string.c | 144 int create, const char *s) in ossl_property_string() 254 int create) in ossl_property_name() 265 int create) in ossl_property_value()
|
| H A D | property_parse.c | 56 static int parse_name(OSSL_LIB_CTX *ctx, const char *t[], int create, in parse_name() 194 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_string() 225 OSSL_PROPERTY_DEFINITION *res, const int create) in parse_unquoted() 257 OSSL_PROPERTY_DEFINITION *res, int create) in parse_value()
|
| /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/Target/AVR/MCTargetDesc/ |
| H A D | AVRMCExpr.cpp | 19 const AVRMCExpr *AVRMCExpr::create(Specifier Kind, const MCExpr *Expr, in create() function in llvm::AVRMCExpr
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MCExpr.cpp | 17 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, in create() function in AArch64AuthMCExpr
|
| /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/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() function in NameOrPattern
|
| /freebsd/contrib/llvm-project/llvm/lib/CGData/ |
| H A D | CodeGenDataReader.cpp | 123 CodeGenDataReader::create(const Twine &Path, vfs::FileSystem &FS) { in create() function in llvm::CodeGenDataReader 132 CodeGenDataReader::create(std::unique_ptr<MemoryBuffer> Buffer) { in create() function in llvm::CodeGenDataReader
|
| /freebsd/sys/fs/p9fs/ |
| H A D | p9_transport.h | 40 int (*create)(const char *mount_tag, void **handlep); member
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias.c | 486 IcmpAliasOut1(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut1() 635 IcmpAliasOut(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut() 709 struct in_addr ip_dst, u_char ip_p, u_short *ip_sum, int create) in ProtoAliasOut() 852 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in UdpAliasOut() 1084 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in TcpAliasOut() 1464 LibAliasOutTry(struct libalias *la, void *ptr, int maxpacketsize, int create) in LibAliasOutTry() 1478 int create /* Create new entries ? */ in LibAliasOutLocked()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AllocationOrder.cpp | 29 AllocationOrder AllocationOrder::create(Register VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | Formula.cpp | 19 const Formula &Formula::create(llvm::BumpPtrAllocator &Alloc, Kind K, in create() function in clang::dataflow::Formula
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/ |
| H A D | StringPool.h | |
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | APIIgnoresList.cpp | 35 APIIgnoresList::create(const FilePathList &IgnoresFilePathList, in create() function in APIIgnoresList
|