Home
last modified time | relevance | path

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

1234567

/NextBSD/contrib/llvm/lib/Target/NVPTX/
HDNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, APFloat Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr
50 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
/NextBSD/contrib/llvm/lib/IR/
HDGlobals.cpp243 GlobalAlias *GlobalAlias::create(PointerType *Ty, LinkageTypes Link, in create() function in GlobalAlias
249 GlobalAlias *GlobalAlias::create(PointerType *Ty, LinkageTypes Linkage, in create() function in GlobalAlias
254 GlobalAlias *GlobalAlias::create(PointerType *Ty, LinkageTypes Linkage, in create() function in GlobalAlias
259 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() function in GlobalAlias
265 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() function in GlobalAlias
HDType.cpp490 StructType *StructType::create(LLVMContext &Context, StringRef Name) { in create() function in StructType
516 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, in create() function in StructType
523 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { in create() function in StructType
527 StructType *StructType::create(LLVMContext &Context) { in create() function in StructType
531 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, in create() function in StructType
538 StructType *StructType::create(ArrayRef<Type*> Elements) { in create() function in StructType
544 StructType *StructType::create(StringRef Name, Type *type, ...) { in create() function in StructType
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDLiveVariables.h95 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create() function
108 static LiveVariables *create(AnalysisDeclContext &analysisContext) { in create() function
/NextBSD/contrib/llvm/lib/ProfileData/
HDInstrProfReader.cpp36 InstrProfReader::create(std::string Path) { in create() function in InstrProfReader
45 InstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer) { in create() function in InstrProfReader
69 IndexedInstrProfReader::create(std::string Path) { in create() function in IndexedInstrProfReader
79 IndexedInstrProfReader::create(std::unique_ptr<MemoryBuffer> Buffer) { in create() function in IndexedInstrProfReader
HDSampleProfWriter.cpp111 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) { in create() function in SampleProfileWriter
/NextBSD/contrib/llvm/lib/MC/
HDMCExpr.cpp140 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr
145 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr
150 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx) { in create() function in MCConstantExpr
165 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr
171 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
/NextBSD/tools/tools/wtap/wtap/
HDwtap.c40 static void create(int id) in create() function
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCExpr.cpp19 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
/NextBSD/sys/netinet/libalias/
HDalias.c476 IcmpAliasOut1(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut1()
622 IcmpAliasOut(struct libalias *la, struct ip *pip, int create) in IcmpAliasOut()
692 struct in_addr ip_dst, u_char ip_p, u_short *ip_sum, int create) in ProtoAliasOut()
813 UdpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in UdpAliasOut()
1038 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) in TcpAliasOut()
1424 LibAliasOutTry(struct libalias *la, char *ptr, int maxpacketsize, int create) in LibAliasOutTry()
1438 int create /* Create new entries ? */ in LibAliasOutLocked()
/NextBSD/contrib/llvm/lib/Support/
HDSpecialCaseList.cpp50 SpecialCaseList::create(const std::vector<std::string> &Paths, in create() function in llvm::SpecialCaseList
70 std::unique_ptr<SpecialCaseList> SpecialCaseList::create(const MemoryBuffer *MB, in create() function in llvm::SpecialCaseList
HDFileOutputBuffer.cpp38 FileOutputBuffer::create(StringRef FilePath, size_t Size, in create() function in llvm::FileOutputBuffer
/NextBSD/contrib/llvm/tools/lli/
HDRemoteTargetExternal.h90 bool create() override { in create() function
HDRemoteTarget.cpp64 bool RemoteTarget::create() { in create() function in RemoteTarget
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDPostOrderCFGView.cpp31 PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) { in create() function in PostOrderCFGView
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCExpr.cpp44 MipsMCExpr::create(MCSymbolRefExpr::VariantKind VK, const MCExpr *Expr, in create() function in MipsMCExpr
/NextBSD/contrib/llvm/lib/ExecutionEngine/Interpreter/
HDInterpreter.cpp35 ExecutionEngine *Interpreter::create(std::unique_ptr<Module> M, in create() function in Interpreter
/NextBSD/sys/compat/svr4/
HDsvr4_sysvec.c258 char **pbuf, int create) in svr4_emul_find()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldCOFF.cpp44 llvm::RuntimeDyldCOFF::create(Triple::ArchType Arch, in create() function in llvm::llvm::RuntimeDyldCOFF
/NextBSD/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCExpr.cpp28 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() function in AArch64MCExpr
/NextBSD/contrib/mtree/
HDverify.c172 int create; in miss() local
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCExpr.cpp22 PPCMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in PPCMCExpr
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsFrameLowering.cpp85 const MipsFrameLowering *MipsFrameLowering::create(const MipsSubtarget &ST) { in create() function in MipsFrameLowering
/NextBSD/usr.sbin/fmtree/
HDverify.c161 int create; in miss() local
/NextBSD/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDmiscellaneous-table.c42 svn_boolean_t create) in svn_fs_bdb__open_miscellaneous_table()

1234567