Home
last modified time | relevance | path

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

/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type.pass.cpp38 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
44 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/minix/external/bsd/libc++/dist/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
H A Dtuple.by.type.pass.cpp36 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
42 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp30 const char *p5 = 1e12_baz; variable
H A Drval-references-examples.cpp73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} in test_unique_ptr() local
/minix/lib/libm/src/
H A Db_exp.c88 static const double p5 = 0x1.6376972bea4d0p-25; variable
/minix/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); in TEST() local
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; in foo() local
/minix/lib/libm/noieee_src/
H A Dn_exp.c110 #define p5 vccast(p5) macro
H A Dn_erf.c178 p5 = -8.548323822001639515038738961618255438422e-0004, variable
/minix/tests/lib/libc/string/
H A Dt_memmem.c48 char p5[] = "0"; variable
/minix/external/bsd/llvm/dist/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
/minix/external/bsd/llvm/dist/clang/test/Headers/
H A Dstddefneeds.cpp48 ptrdiff_t p5; variable
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp109 decltype(make<decltype(make<4, false>())>()) *p5; // ok variable
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp72 …auto S::*p5 = &S::g; // expected-error {{incompatible initializer of type '<overloaded function ty… in test() local
/minix/tests/lib/libc/regex/
H A Dt_exhaust.c138 p5(size_t len) in p5() function
/minix/external/bsd/llvm/dist/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp101 namespace p5 { namespace
/minix/lib/libterminfo/
H A Dtparm.c621 long p1, long p2, long p3, long p4, long p5, in tparm()
/minix/crypto/external/bsd/openssl/dist/demos/engines/ibmca/
H A Dhw_ibmca.c363 void (*p5) (); in ibmca_init() local
/minix/lib/libc/gdtoa/
H A Dmisc.c402 Bigint *b1, *p5, *p51; local
/minix/crypto/external/bsd/openssl/dist/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c302 cl_rsa_priv_enc *p5; in cluster_labs_init() local
/minix/crypto/external/bsd/openssl/dist/engines/
H A De_aep.c452 t_AEP_Initialize *p5; in aep_init() local
H A De_sureware.c462 SureWareHook_Load_Privkey_t *p5 = NULL; in surewarehk_init() local
H A De_ubsec.c389 t_UBSEC_diffie_hellman_generate_ioctl *p5; in ubsec_init() local
H A De_chil.c542 HWCryptoHook_RSALoadKey_t *p5; in hwcrhk_init() local
/minix/external/public-domain/sqlite/dist/
H A Dsqlite3.c8992 u8 p5; /* Fifth parameter is an unsigned character */ member