Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 262) sorted by relevance

1234567891011

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp288 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 Dcmd_db_exec_test.cpp58 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 DSarif.h82 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 DDiagnosticError.h32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { in create() function
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp20 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 DLiveVariables.h101 create(AnalysisDeclContext &analysisContext) { in create() function
115 create(AnalysisDeclContext &analysisContext) { in create() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp201 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 DGlobals.cpp584 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 DTypePool.h46 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 DDirectoryWatcher-not-implemented.cpp14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c144 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 Dproperty_parse.c56 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 DDwarf.cpp20 std::unique_ptr<DwarfObject> DwarfObject::create(ObjFile *obj) { in create() function in DwarfObject
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp19 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 DAArch64MCExpr.cpp17 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, in create() function in AArch64AuthMCExpr
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
/freebsd/tools/tools/wtap/wtap/
H A Dwtap.c38 static void create(int id) in create() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() function in NameOrPattern
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataReader.cpp123 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 Dp9_transport.h40 int (*create)(const char *mount_tag, void **handlep); member
/freebsd/sys/netinet/libalias/
H A Dalias.c486 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 DAllocationOrder.cpp29 AllocationOrder AllocationOrder::create(Register VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp19 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 DStringPool.h
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp35 APIIgnoresList::create(const FilePathList &IgnoresFilePathList, in create() function in APIIgnoresList

1234567891011