/llvm-project/clang/test/Modules/ |
H A D | recursive_visibility.mm | 8 template<typename T> struct Z { typedef T type; }; struct 9 template void g<Z>(); function
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | encode-test-6.m | 9 typedef struct {} Z; typedef 12 -(void)bar:(Z)a; argument 13 -(void)foo:(Z)a : (char*)b : (Z)c : (double) d; argument 17 -(void)bar:(Z)a {} argument 18 -(void)foo:(Z)a: (char*)b : (Z)c : (double) d {} argument
|
/llvm-project/clang/test/Index/ |
H A 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
|
H A D | crash-preamble-classes.cpp | 3 struct Z : Y { struct 4 Z() {} in Z() argument
|
H A D | complete-declarators.cpp | 12 struct Z { struct 13 int member;
|
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/ |
H A 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 …]
|
/llvm-project/flang/test/Semantics/ |
H A 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 …]
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ctor-empty-nounique.cpp | 18 struct Z { struct 21 Z(); argument 23 Z::Z() : x(111), y(f()) {} in Z() function in Z
|
H A D | atomic.cpp | 24 struct Z { int z[100]; }; struct 26 S::S(_Atomic Z) {} in S()
|
H A 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
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-04-17-ZeroSizeBitFields.c | 4 struct Z { int a:1; int :0; int c:1; } z; argument
|
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
H A D | copy.pass.cpp | 46 struct Z { in test_throwing_ctor() struct 47 Z() : count(0) {} in test_throwing_ctor() argument 48 Z(Z const& o) : count(o.count + 1) in test_throwing_ctor() function 50 int count; in test_throwing_ctor()
|
H A D | const_T.pass.cpp | 110 struct Z { in main() struct 111 Z(int) {} in main() argument 112 Z(const Z&) {throw 6;} in main() argument
|
H A D | move.pass.cpp | 49 struct Z { in test_throwing_ctor() struct 50 Z() : count(0) {} in test_throwing_ctor() argument 51 Z(Z&& o) : count(o.count + 1) in test_throwing_ctor() function 53 int count; in test_throwing_ctor()
|
H A D | rvalue_T.pass.cpp | 26 class Z class 29 Z(int) {} in Z() function in Z 30 Z(Z&&) {TEST_THROW(6);} in Z() function in Z
|
H A D | optional_U.pass.cpp | 58 struct Z struct 60 Z(int) { TEST_THROW(6); } in Z() argument
|
/llvm-project/clang/test/Sema/ |
H A D | nested-redef.c | 12 struct Z { struct 13 struct T { int x; } t; 14 struct U { int x; } u;
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p1-0x.cpp | 18 struct Z { struct 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}} argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | struct-class-redecl.cpp | 11 struct Z { struct 12 struct Z { // expected-error{{member 'Z' has the same name as its class}} struct
|
H A 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()
|
H A D | cxx-deprecated.cpp | 18 int Z = X; //Ok in f() local 23 int Z = Y; // Ok in g() local
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-rewritten-initializer.mm | 14 @interface Z interface 17 @implementation Z implementation
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-noexcept-macro.cpp | 28 struct Z { struct 31 ~Z() throw(int) {} in ~Z() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-dependent-nested-name.cpp | 6 template<typename T> struct Z { typedef typename Y<T>::A A; }; struct
|
/llvm-project/clang/test/PCH/ |
H A D | cxx1y-decltype-auto.cpp | 20 struct Z { struct 25 template void f(Z); // expected-note {{in instantiation of}} argument
|