Home
last modified time | relevance | path

Searched defs:d5 (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dstring-init.cpp26 …char32_t d5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
H A Doverload-call.cpp214 float* d5 = derived1(v); in test_derived() local
/minix3/external/bsd/bind/dist/lib/dns/tests/
H A Ddispatch_test.c111 dns_dispatch_t *d1, *d2, *d3, *d4, *d5; in ATF_TC_BODY() local
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dstring-init.c31 …char32_t d5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide strin… in f() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp103 const B<A>* d5() { return 0; } in d5() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp98 Agg<double> d5 = {0.1L}; // OK (long double constant in range but rounded) in shrink_float() local
H A Dp7-0x.cpp97 Agg<double> d5 = {0.1L}; // OK (long double constant in range but rounded) in shrink_float() local
/minix3/minix/drivers/power/acpi/include/
H A Dacmacros.h427 #define ACPI_INIT_UUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument