/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
|
D | complete-declarators.cpp | 12 struct Z { struct 13 int member;
|
/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/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/clang/test/CodeGen/ |
D | 2007-04-17-ZeroSizeBitFields.c | 4 struct Z { int a:1; int :0; int c:1; } z; argument
|
D | 2002-07-14-MiscTests.c | 43 typedef struct { double X; double Y; int Z; } PBVTest; member 45 PBVTest testRetStruct(float X, double Y, int Z) { in testRetStruct() 52 double CallRetStruct(float X, double Y, int Z) { in CallRetStruct()
|
/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/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() argument
|
D | microsoft-abi-vtables-virtual-inheritance.cpp | 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 606 struct Z { struct [all …]
|
D | compound-literals.cpp | 41 struct Z { int i[3]; }; argument
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p1-0x.cpp | 18 struct Z { struct 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}} argument
|
/external/libcxx/test/utilities/optional/optional.object/optional.object.observe/ |
D | op_arrow_const.pass.cpp | 36 struct Z struct 38 const Z* operator&() const {return this;} in operator &() argument 56 constexpr optional<Z> opt(Z{}); in main() argument
|
/external/clang/test/SemaCXX/ |
D | defaulted-private-dtor.cpp | 31 struct Z : virtual BadDtor { // expected-error {{private destructor}} struct 32 ~Z() {} in ~Z() argument 51 struct Z : virtual BadDtor { struct in K 52 ~Z() {} in ~Z()
|
D | warn-unsequenced.cpp | 54 struct Z { A a; S s; } z = { { ++a, ++a }, { ++a, ++a } }; // ok in test() argument
|
D | constexpr-value-init.cpp | 34 template<typename T> struct Z : T { struct 35 constexpr Z() : V() {} in Z() function
|
/external/clang/test/Rewriter/ |
D | rewrite-rewritten-initializer.mm | 15 @interface Z interface 18 @implementation Z implementation
|
/external/clang/test/SemaTemplate/ |
D | instantiate-dependent-nested-name.cpp | 6 template<typename T> struct Z { typedef typename Y<T>::A A; }; struct
|
/external/clang/test/PCH/ |
D | cxx1y-decltype-auto.cpp | 17 struct Z { struct 22 template void f(Z); // expected-note {{in instantiation of}} argument
|
/external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
D | rvalue_T.pass.cpp | 42 class Z class 46 Z(int i) : i_(i) {} in Z() function in Z 47 Z(Z&&) {throw 6;} in Z() function in Z
|
D | initializer_list.pass.cpp | 55 class Z class 60 constexpr Z() : i_(0) {} in Z() function in Z 61 constexpr Z(int i) : i_(i) {} in Z() function in Z 62 constexpr Z(std::initializer_list<int> il) : i_(il.begin()[0]), j_(il.begin()[1]) in Z() function in Z
|
D | const_T.pass.cpp | 40 class Z class 44 Z(int i) : i_(i) {} in Z() function in Z 45 Z(const Z&) {throw 6;} in Z() argument
|
D | copy.pass.cpp | 63 class Z class 67 Z(int i) : i_(i) {} in Z() function in Z 68 Z(const Z&) in Z() argument
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p6.cpp | 14 template <typename T> struct Z { struct 15 …riend void T::f() {} // expected-error{{friend function definition cannot be qualified with 'T::'}} in f()
|
/external/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
D | emplace_initializer_list.pass.cpp | 54 class Z class 60 constexpr Z() : i_(0) {} in Z() function in Z 61 constexpr Z(int i) : i_(i) {} in Z() function in Z 62 constexpr Z(std::initializer_list<int> il) : i_(il.begin()[0]), j_(il.begin()[1]) in Z() function in Z
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
D | p2.cpp | 76 struct Z { struct 77 typedef Y U; 78 template<typename T> using V = Y; 90 struct Z : A { struct
|