Home
last modified time | relevance | path

Searched defs:Z (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/llvm-project/clang/test/Modules/
H A Drecursive_visibility.mm8 template<typename T> struct Z { typedef T type; }; struct
9 template void g<Z>(); function
/llvm-project/clang/test/CodeGenObjC/
H A Dencode-test-6.m9 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 Dcomplete-ctor-inits.cpp12 struct Z : public X<int>, public Y { struct
18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z() argument
H A Dcrash-preamble-classes.cpp3 struct Z : Y { struct
4 Z() {} in Z() argument
H A Dcomplete-declarators.cpp12 struct Z { struct
13 int member;
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
H A Dp6.cpp68 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 Dresolve54.f9034 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 Dctor-empty-nounique.cpp18 struct Z { struct
21 Z(); argument
23 Z::Z() : x(111), y(f()) {} in Z() function in Z
H A Datomic.cpp24 struct Z { int z[100]; }; struct
26 S::S(_Atomic Z) {} in S()
H A Dconversion-function.cpp29 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 D2007-04-17-ZeroSizeBitFields.c4 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 Dcopy.pass.cpp46 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 Dconst_T.pass.cpp110 struct Z { in main() struct
111 Z(int) {} in main() argument
112 Z(const Z&) {throw 6;} in main() argument
H A Dmove.pass.cpp49 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 Drvalue_T.pass.cpp26 class Z class
29 Z(int) {} in Z() function in Z
30 Z(Z&&) {TEST_THROW(6);} in Z() function in Z
H A Doptional_U.pass.cpp58 struct Z struct
60 Z(int) { TEST_THROW(6); } in Z() argument
/llvm-project/clang/test/Sema/
H A Dnested-redef.c12 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 Dp1-0x.cpp18 struct Z { struct
23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}} argument
/llvm-project/clang/test/SemaCXX/
H A Dstruct-class-redecl.cpp11 struct Z { struct
12 struct Z { // expected-error{{member 'Z' has the same name as its class}} struct
H A Ddefaulted-private-dtor.cpp31 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 Dcxx-deprecated.cpp18 int Z = X; //Ok in f() local
23 int Z = Y; // Ok in g() local
/llvm-project/clang/test/Rewriter/
H A Drewrite-rewritten-initializer.mm14 @interface Z interface
17 @implementation Z implementation
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-noexcept-macro.cpp28 struct Z { struct
31 ~Z() throw(int) {} in ~Z() argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-dependent-nested-name.cpp6 template<typename T> struct Z { typedef typename Y<T>::A A; }; struct
/llvm-project/clang/test/PCH/
H A Dcxx1y-decltype-auto.cpp20 struct Z { struct
25 template void f(Z); // expected-note {{in instantiation of}} argument

12345678910>>...15