Home
last modified time | relevance | path

Searched defs:d4 (Results 1 – 15 of 15) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobject-incr-decr-1.m5 double d1,d3,d4; field
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dconflict-atomic-property.m9 @property (atomic, nonatomic, assign) float d4; // expected-error {{property attributes 'atomic' an… property
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dstring-init.cpp25 char32_t d4[] = U"a"; // No error. in f() local
H A Dcxx0x-initializer-references.cpp113 D d4 { { { { 0 } } } }; // expected-warning {{braces around scalar init}} variable
H A Dwarn-sign-conversion.cpp73 …int d4 = 1 ? Foo<bool>::D : B; // expected-warning {{operand of ? changes signedness: 'test2::Foo<… in doit_anonymous() local
H A Doverload-call.cpp213 char* d4 = derived1(cc); 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.c30 char32_t d4[] = U"a"; // No error. in f() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp105 } d4; // expected-error {{deleted function}} variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp100 B<A>* d4() { return 0; } in d4() function
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp97 D<char>::E d4 = D<char>::E::e2; // expected-error {{no member named 'e2' in 'D<char>::E'; did you m… variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp96 Agg<double> d4 = {1.0L}; // OK (long double constant represented exactly) in shrink_float() local
H A Dp7-0x.cpp95 Agg<double> d4 = {1.0L}; // OK (long double constant represented exactly) 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
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp259 …constexpr ptrdiff_t d4 = &melchizedek[0] - &melchizedek[0x80000001u]; // expected-error {{constant… variable