Home
last modified time | relevance | path

Searched defs:instantiate (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp511 instantiate(std::istream& input, std::ostream& output) in instantiate() function in __anonbbfdf9370111::templates_parser
734 text::instantiate(const templates_def& templates, in instantiate() function in text
751 text::instantiate(const templates_def& templates, in instantiate() function in text
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRegistry.h37 std::unique_ptr<T> instantiate() const { return Ctor(); } in instantiate() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_local.h78 int (*instantiate)(PROV_DRBG *drbg, member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h130 RAND_DRBG_instantiate_fn instantiate; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_rand.c35 OSSL_FUNC_rand_instantiate_fn *instantiate; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c274 static int instantiate(RAND_DRBG *drbg, DRBG_SELFTEST_DATA *td, in instantiate() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1721 def instantiate(self): member in TemplateTypePrinter
1805 def instantiate(self): member in FilteringTypePrinter
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py2097 def instantiate(self): member in TemplateTypePrinter
2209 def instantiate(self): member in FilteringTypePrinter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp1826 DefInit *VarDefInit::instantiate() { in instantiate() function in VarDefInit