Home
last modified time | relevance | path

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

12345678910>>...16

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c308 AliasDeclaration *AliasDeclaration::create(Loc loc, Identifier *id, Type *type) in create() function
849 VarDeclaration *VarDeclaration::create(Loc loc, Type *type, Identifier *id, Initializer *init) in create() function
2247 TypeInfoDeclaration *TypeInfoDeclaration::create(Type *tinfo) in create() function
2285 TypeInfoConstDeclaration *TypeInfoConstDeclaration::create(Type *tinfo) in create() function
2302 TypeInfoInvariantDeclaration *TypeInfoInvariantDeclaration::create(Type *tinfo) in create() function
2319 TypeInfoSharedDeclaration *TypeInfoSharedDeclaration::create(Type *tinfo) in create() function
2336 TypeInfoWildDeclaration *TypeInfoWildDeclaration::create(Type *tinfo) in create() function
2353 TypeInfoStructDeclaration *TypeInfoStructDeclaration::create(Type *tinfo) in create() function
2370 TypeInfoClassDeclaration *TypeInfoClassDeclaration::create(Type *tinfo) in create() function
2387 TypeInfoInterfaceDeclaration *TypeInfoInterfaceDeclaration::create(Type *tinfo) in create() function
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/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
/netbsd-src/sys/arch/hpc/stand/hpcboot/menu/
H A Drootwindow.cpp72 RootWindow::create(LPCREATESTRUCT aux) in create() function in RootWindow
387 BootButton::create(LPCREATESTRUCT aux) in create() function in BootButton
407 CancelButton::create(LPCREATESTRUCT aux) in create() function in CancelButton
428 ProgressBar::create(LPCREATESTRUCT aux) in create() function in ProgressBar
H A Dtabwindow.cpp41 TabWindowBase::create(LPCREATESTRUCT aux) in create() function in TabWindowBase
128 TabWindow::create(LPCREATESTRUCT unused) in create() function in TabWindow
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr
54 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadgroup.d32 final Thread create(void function() fn) in create() function
54 final Thread create(void delegate() dg) in create() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d740 static AliasDeclaration create(const ref Loc loc, Identifier id, Type type) in create() function
1947 static TypeInfoDeclaration create(Type tinfo) in create() function
1992 static TypeInfoStructDeclaration create(Type tinfo) in create() function
2017 static TypeInfoClassDeclaration create(Type tinfo) in create() function
2042 static TypeInfoInterfaceDeclaration create(Type tinfo) in create() function
2067 static TypeInfoPointerDeclaration create(Type tinfo) in create() function
2092 static TypeInfoArrayDeclaration create(Type tinfo) in create() function
2117 static TypeInfoStaticArrayDeclaration create(Type tinfo) in create() function
2142 static TypeInfoAssociativeArrayDeclaration create(Type tinfo) in create() function
2167 static TypeInfoEnumDeclaration create(Type tinfo) in create() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h101 create(AnalysisDeclContext &analysisContext) { in create() function
115 create(AnalysisDeclContext &analysisContext) { in create() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp485 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
491 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
497 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalAlias
503 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, in create() function in GlobalAlias
509 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { in create() function in GlobalAlias
540 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, in create() function in GlobalIFunc
/netbsd-src/crypto/external/bsd/openssl/lib/libdefault/
H A Dmkinc5 create() { function
/netbsd-src/crypto/external/bsd/openssl/lib/libapps/
H A Dmkinc5 create() { function
/netbsd-src/crypto/external/bsd/openssl/lib/libcommon/
H A Dmkinc5 create() { function
/netbsd-src/crypto/external/bsd/openssl/lib/liblegacy/
H A Dmkinc5 create() { function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp183 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, in create() function in MCBinaryExpr
189 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, in create() function in MCUnaryExpr
194 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, in create() function in MCConstantExpr
210 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, in create() function in MCSymbolRefExpr
216 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, in create() function in MCSymbolRefExpr
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
H A DReader.cpp18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_boot.cpp83 ARMBoot::create() in create() function in ARMBoot
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/
H A Dsh_boot.cpp82 SHBoot::create() in create() function in SHBoot
/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DInterpreter.cpp121 IncrementalCompilerBuilder::create(std::vector<const char *> &ClangArgv) { in create() function in IncrementalCompilerBuilder
188 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { in create() function in Interpreter
/netbsd-src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp44 clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
/netbsd-src/sys/arch/hpc/stand/hpcboot/mips/
H A Dmips_boot.cpp82 MIPSBoot::create() in create() function in MIPSBoot
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dboot.cpp145 Boot::create() in create() function in Boot
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPMessage.cpp34 LDAPMsg* LDAPMsg::create(const LDAPRequest *req, LDAPMessage *msg){ in create() function in LDAPMsg
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAllocationOrder.cpp29 AllocationOrder AllocationOrder::create(unsigned VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder

12345678910>>...16