/external/curl/tests/libtest/ |
D | test.h | 49 #define test_setopt(A,B,C) \ argument 53 #define test_multi_setopt(A,B,C) \ argument 131 #define exe_easy_init(A,Y,Z) do { \ argument 138 #define res_easy_init(A) \ argument 141 #define chk_easy_init(A,Y,Z) do { \ argument 147 #define easy_init(A) \ argument 152 #define exe_multi_init(A,Y,Z) do { \ argument 159 #define res_multi_init(A) \ argument 162 #define chk_multi_init(A,Y,Z) do { \ argument 168 #define multi_init(A) \ argument [all …]
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
D | p6.cpp | 9 …template<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template paramete… struct 68 template<int T> struct Z { // expected-note 16{{declared here}} struct 69 …template<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template paramete… struct 71 struct B { 74 struct C { 77 struct D { 80 struct E { 83 struct F { 86 struct G { 89 struct H { [all …]
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-6.m | 5 typedef struct {} Z; typedef 7 @interface A interface 8 -(void)bar:(Z)a; argument 9 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 12 @implementation A implementation 13 -(void)bar:(Z)a {} argument 14 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
/external/clang/test/SemaCXX/ |
D | constexpr-value-init.cpp | 3 struct A { struct 4 constexpr A() : a(b + 1), b(a + 1) {} // expected-note {{outside its lifetime}} in A() argument 9 A a; argument 34 template<typename T> struct Z : T { struct 35 constexpr Z() : V() {} in Z() argument
|
D | warn-unsequenced.cpp | 5 struct A { struct 6 int x, y; 54 struct Z { A a; S s; } z = { { ++a, ++a }, { ++a, ++a } }; // ok in test() argument
|
D | using-decl-1.cpp | 41 struct A { void f(); }; struct 83 namespace A { void foo(ns0::Foo *p, int y, int z); } namespace 86 namespace A { void foo(ns0::Foo *p, int y, int z = 0); } // expected-note {{candidate}} namespace 89 namespace A { void foo(ns0::Foo *p, int y = 0, int z); } namespace 103 struct A { struct 164 namespace A { namespace 198 struct Z { struct 284 struct A { struct 293 struct A { int n; }; struct 308 class A {}; // expected-error {{conflicts}} class [all …]
|
D | internal_linkage.cpp | 6 class __attribute__((internal_linkage)) A { class 15 A() __attribute__((internal_linkage)) {} in A() function in A 17 A& operator=(const A&) __attribute__((internal_linkage)) { return *this; } in operator =() 27 namespace Z __attribute__((internal_linkage)) { // expected-warning{{'internal_linkage' attribute o… namespace
|
/external/clang/test/SemaTemplate/ |
D | instantiate-dependent-nested-name.cpp | 4 template<typename T> struct X { static const T A = 1; }; member 5 template<typename T, bool = X<T>::A> struct Y { typedef T A; }; typedef 6 template<typename T> struct Z { typedef typename Y<T>::A A; }; typedef
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-vtables-virtual-inheritance.cpp | 7 struct A { struct 65 struct Z : virtual Y { struct 76 Z::Z() {} in Z() function in Test1::Z 251 struct Z : Y, C { struct 311 struct Z : Y, virtual B { struct 331 Z::Z() {} in Z() function in Test9::Z 445 struct Z : virtual X, Y { struct 465 struct Z : virtual Y { struct 475 …// CHECK-LABEL: VFTable for 'A' in 'Test12::X' in 'Test12::Y' in 'Test12::Z' in 'Test12::W' (2 ent… 505 struct Z { struct [all …]
|
D | inheriting-constructor.cpp | 8 struct A { A(int); virtual ~A(); }; struct 41 struct Z { Z(); Z(int); ~Z(); int n; }; struct 44 struct A { A(int, Q&&, void *__attribute__((pass_object_size(0)))); int n; }; struct 74 struct A { A(int, Q&&, void *__attribute__((pass_object_size(0)))); int n; }; argument 114 struct A { A(Q, int, Q, Q&&); int n; }; struct 193 struct A { A(Q, int, Q, Q&&); int n; }; struct 308 struct A { A(Q, int, Q, Q&&, ...); int n; }; argument 349 struct A { A(Q, int, Q, Q&&, ...); int n; }; struct
|
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() argument 100 struct A { struct
|
D | microsoft-abi-virtual-inheritance.cpp | 226 struct A { struct 260 struct A { struct 276 struct Z { struct 277 int z; 312 struct A { A(); }; struct 342 struct A { struct 379 struct A { struct 380 virtual ~A() {} in ~A() 461 struct A { struct 489 struct A { virtual void f(); }; struct [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-02-17-ArgumentAddress.c | 8 int def(int Y, int Z) { in def() 13 struct Test { short X, x; int Y, Z; }; member 15 int Testing(struct Test *A) { in Testing() 19 int Test2(int X, struct Test A, int Y) { in Test2() 22 int Test3(struct Test A, struct Test B) { in Test3() 26 struct Test Test4(struct Test A) { in Test4() 35 struct STest2 { int X; short Y[4]; double Z; }; member
|
D | 2002-07-30-UnionTest.c | 9 int A, Z; member 12 struct { int A; long long Z; } Q; member 15 union X foo(union X A) { in foo()
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 36 struct A { struct 77 struct Z { struct 78 typedef Y U; 79 template<typename T> using V = Y; 86 struct A { struct 87 struct T { 91 struct Z : A { struct
|
/external/libavc/encoder/ |
D | irc_common.h | 73 #define VQ_A_LT_VQ_B(A,B, Z) Z = A < B; argument 74 #define VQ_A_GT_VQ_B(A,B, Z) Z = A > B; argument 77 #define MAX_VARQ(A,B, Z)\ argument 85 #define MIN_VARQ(A,B, Z)\ argument
|
/external/mesa3d/src/mesa/main/ |
D | colormac.h | 57 #define PACK_COLOR_8888( X, Y, Z, W ) \ argument 60 #define PACK_COLOR_565( X, Y, Z ) \ argument 63 #define PACK_COLOR_1555( A, B, G, R ) \ argument 67 #define PACK_COLOR_4444( R, G, B, A ) \ argument 70 #define PACK_COLOR_88( L, A ) \ argument
|
/external/clang/test/CXX/class.derived/class.virtual/ |
D | p3-0x.cpp | 17 struct A { struct 36 struct A { struct 66 template<typename T> struct A : X { struct 96 template<typename T> struct Z : T { struct 105 template<typename T> struct A { struct 106 struct B {}; 107 struct C : B { 149 struct Z : T { struct
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | examples.cpp | 5 struct A { A(); }; struct 6 identity<A>::type::A() { } in A() function in PR5907::identity::type 33 typedef C< int > A; typedef 36 typedef D< int >::A A; typedef 50 typedef C<int> A; typedef 57 template<typename T> struct A { struct 58 template<typename U> struct B { 162 template<> struct X<0>::Y { static const int Z = 1; }; member 163 template<> struct X<1>::Y { static const int Z = 1; }; member 165 const int X<0>::Y::Z; member in PR9877::X<0>::Y [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.mem/ |
D | p1.cpp | 4 template <class T> struct A { struct 13 extern template bool A<bool>::cond; argument 34 struct Z : public X<T>::template Y1<U> { }; struct
|
/external/ppp/pppd/ |
D | md4.c | 74 #define f(X,Y,Z) ((X&Y) | ((~X)&Z)) argument 75 #define g(X,Y,Z) ((X&Y) | (X&Z) | (Y&Z)) argument 76 #define h(X,Y,Z) (X^Y^Z) argument 78 #define ff(A,B,C,D,i,s) A = rot((A + f(B,C,D) + X[i]),s) argument 79 #define gg(A,B,C,D,i,s) A = rot((A + g(B,C,D) + X[i] + C2),s) argument 80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) argument 127 register unsigned int tmp, A, B, C, D; local
|
/external/clang/test/SemaObjCXX/ |
D | ivar-construct.mm | 12 struct Z; // expected-note{{forward declaration}} struct 14 @interface A { interface 20 @implementation A // expected-note{{implicit default constructor}} implementation
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p4.cpp | 41 struct A {}; struct 277 struct Z { struct 278 constexpr Z(int a) : n(a) {} in Z() function 279 …constexpr Z() : n(kGlobal) {} // expected-error {{constexpr constructor never produces a constant … in Z() function 280 int n; 294 struct A { struct 295 constexpr A(const A&) {} in A() argument 296 A(A&) {} in A() function
|
/external/clang/test/CXX/drs/ |
D | dr3xx.cpp | 7 template<typename R, typename A> void f(R (&)(A)) {} in f() 44 struct A { A(); ~A(); }; struct 87 struct A { struct 88 typedef A C; 91 struct A {}; in f() struct 122 struct Z { struct 123 template<typename T> using T2 = T; 144 struct A { struct B {}; }; // expected-note 2{{member}} argument 154 struct A {}; struct
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 142-defined-within-macro.c | 66 #define Z defined C macro 67 #define A macro 81 #define A macro
|