/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/ |
D | p6.cpp | 68 template<int T> struct Z { // expected-note 16{{declared here}} struct 69 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}} 71 struct B { 74 struct C { 77 struct D { 80 struct E { 83 struct F { 86 struct G { 89 struct H { 92 struct I { [all …]
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p6.cpp | 68 template<int T> struct Z { // expected-note 16{{declared here}} struct 69 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}} 71 struct B { 74 struct C { 77 struct D { 80 struct E { 83 struct F { 86 struct G { 89 struct H { 92 struct I { [all …]
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 35 class Z class 38 Z(int) {} in Z() function in Z 39 Z(Z&&) {TEST_THROW(6);} in Z() function in Z 144 struct Z { in main() struct 145 Z(int) {} in main() argument 146 Z(Z&&) {throw 6;} in main() function
|
D | copy.pass.cpp | 47 struct Z { in test_throwing_ctor() struct 48 Z() : count(0) {} in test_throwing_ctor() function 49 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() function 51 int count; in test_throwing_ctor()
|
D | const_T.pass.cpp | 119 struct Z { in main() struct 120 Z(int) {} in main() function 121 Z(const Z&) {throw 6;} in main() argument
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-6.m | 5 typedef struct {} Z; typedef 8 -(void)bar:(Z)a; argument 9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 13 -(void)bar:(Z)a {} argument 14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | encode-test-6.m | 5 typedef struct {} Z; typedef 8 -(void)bar:(Z)a; argument 9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 13 -(void)bar:(Z)a {} argument 14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
/external/llvm-project/clang/test/Modules/ |
D | recursive_visibility.mm | 8 template<typename T> struct Z { typedef T type; }; argument 9 template void g<Z>(); function
|
/external/clang/test/Modules/ |
D | recursive_visibility.mm | 8 template<typename T> struct Z { typedef T type; }; argument 9 template void g<Z>(); function
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve54.f90 | 34 integer :: X, Z local 37 real :: W, Z local 45 real :: W, Z local 50 integer :: X, Z local 62 integer :: X, Z local 66 integer :: W, Z local 75 integer :: W, Z local 79 integer :: X, Z local 145 class(PEAR) :: X, Y, Z local 150 class(BOSC) :: Z local [all …]
|
/external/rust/crates/gdbstub/src/protocol/commands/ |
D | _z_upcase.rs | 4 pub struct Z<'a> { struct 12 impl<'a> ParseCommand<'a> for Z<'a> { implementation
|
/external/llvm-project/clang/test/Index/ |
D | complete-ctor-inits.cpp | 12 struct Z : public X<int>, public Y { struct 18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z() function in Z
|
D | crash-preamble-classes.cpp | 3 struct Z : Y { struct 4 Z() {} in Z() argument
|
/external/clang/test/Index/ |
D | complete-ctor-inits.cpp | 12 struct Z : public X<int>, public Y { struct 18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z() argument
|
/external/curl/tests/libtest/ |
D | test.h | 133 #define exe_easy_init(A,Y,Z) do { \ argument 143 #define chk_easy_init(A,Y,Z) do { \ argument 154 #define exe_multi_init(A,Y,Z) do { \ argument 164 #define chk_multi_init(A,Y,Z) do { \ argument 175 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument 188 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument 199 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument 212 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument 223 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument 236 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument [all …]
|
/external/clang/test/Sema/ |
D | nested-redef.c | 12 struct Z { struct 13 struct T { int x; } t; 14 struct U { int x; } u;
|
/external/llvm-project/clang/test/Sema/ |
D | nested-redef.c | 12 struct Z { struct 13 struct T { int x; } t; 14 struct U { int x; } u;
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2007-04-17-ZeroSizeBitFields.c | 4 struct Z { int a:1; int :0; int c:1; } z; argument
|
/external/clang/test/CodeGen/ |
D | 2007-04-17-ZeroSizeBitFields.c | 4 struct Z { int a:1; int :0; int c:1; } z; argument
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | copy.pass.cpp | 46 struct Z { in test_throwing_ctor() struct 47 Z() : count(0) {} in test_throwing_ctor() function 48 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() argument 50 int count; in test_throwing_ctor()
|
D | const_T.pass.cpp | 116 struct Z { in main() struct 117 Z(int) {} in main() argument 118 Z(const Z&) {throw 6;} in main() argument
|
/external/ImageMagick/MagickCore/ |
D | gem-private.h | 96 const double blue,double *X,double *Y,double *Z) in ConvertAdobe98ToXYZ() 118 const double blue,double *X,double *Y,double *Z) in ConvertDisplayP3ToXYZ() 140 const IlluminantType illuminant,double *X,double *Y,double *Z) in ConvertLabToXYZ() 171 const IlluminantType illuminant,double *X,double *Y,double *Z) in ConvertLuvToXYZ() 201 const double blue,double *X,double *Y,double *Z) in ConvertProPhotoToXYZ() 223 const double blue,double *X,double *Y,double *Z) in ConvertRGBToXYZ() 245 const double Z,double *red,double *green,double *blue) in ConvertXYZToAdobe98() 264 const double Z,double *red,double *green,double *blue) in ConvertXYZToDisplayP3() 282 static inline void ConvertXYZToLab(const double X,const double Y,const double Z, in ConvertXYZToLab() 310 static inline void ConvertXYZToLuv(const double X,const double Y,const double Z, in ConvertXYZToLuv() [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | conversion-function.cpp | 29 struct Z { struct 30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; } in operator X() argument 31 int iZ; argument 32 float fZ; argument 33 Z() : iZ(1), fZ(1.00) {} in Z() function
|
/external/clang/test/CodeGenCXX/ |
D | conversion-function.cpp | 29 struct Z { struct 30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; } in operator X() argument 31 int iZ; argument 32 float fZ; argument 33 Z() : iZ(1), fZ(1.00) {} in Z() function
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.h | 64 #define MP_DIGITS(Z) ((Z)->digits) argument 65 #define MP_ALLOC(Z) ((Z)->alloc) argument 66 #define MP_USED(Z) ((Z)->used) argument 67 #define MP_SIGN(Z) ((Z)->sign) argument 108 #define mp_int_is_odd(Z) ((Z)->digits[0] & 1) argument 109 #define mp_int_is_even(Z) !((Z)->digits[0] & 1) argument
|