Home
last modified time | relevance | path

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

123456

/external/clang/test/Index/
Dcomplete-ctor-inits.cpp12 struct Z : public X<int>, public Y { struct
18 Z::Z() : ::X<int>(0), Virt(), b(), c() { } in Z() argument
Dcomplete-declarators.cpp12 struct Z { struct
13 int member;
Dcode-completion.cpp14 struct Z : X, Y { struct
19 struct Z get_Z(); argument
/external/clang/test/CodeGen/
D2007-04-17-ZeroSizeBitFields.c4 struct Z { int a:1; int :0; int c:1; } z; struct
D2002-07-14-MiscTests.c43 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()
D2002-02-17-ArgumentAddress.c8 int def(int Y, int Z) { in def()
13 struct Test { short X, x; int Y, Z; }; member
35 struct STest2 { int X; short Y[4]; double Z; }; member
D2002-07-30-UnionTest.c9 int A, Z; member
12 struct { int A; long long Z; } Q; member
D2007-03-26-ZeroWidthBitfield.c2 struct Z { int :0; } z; struct
D2002-12-15-GlobalConstantTest.c7 const char * const Z = "bar"; variable
D2002-05-23-StaticValues.c8 static void foo(int Z) { in foo()
/external/clang/test/Sema/
Dnested-redef.c12 struct Z { struct
13 struct T { int x; } t;
14 struct U { int x; } u;
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1-0x.cpp18 struct Z { struct
23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}} argument
/external/clang/test/CodeGenCXX/
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() function
Dcompound-literals.cpp41 struct Z { int i[3]; }; struct
/external/clang/test/Rewriter/
Drewrite-rewritten-initializer.mm12 @interface Z interface
15 @implementation Z implementation
/external/clang/test/SemaCXX/
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()
Dconstexpr-value-init.cpp34 template<typename T> struct Z : T { struct
35 constexpr Z() : V() {} in Z() function
Ddefault-assignment-operator.cpp24 class Z : Y {}; class
100 struct Z { // expected-error{{'operator=' is a protected member of 'ProtectedCheck::X'}} struct
101 X x;
Ddeleted-function.cpp54 struct Z : virtual DelDtor { struct
55 ~Z() {} // expected-error {{attempt to use a deleted function}} in ~Z() argument
/external/clang/test/SemaTemplate/
Dinstantiate-dependent-nested-name.cpp5 template<typename T> struct Z { typedef typename Y<T>::A A; }; struct
Dinstantiate-local-class.cpp42 struct Z : public X<Y<T>*> { in f() struct
43 virtual void g(Y<T>* y) { } in f()
44 void g2(int x) {(void)x;} in f()
/external/clang/test/CXX/temp/temp.type/
Dp1-0x.cpp6 template<class T> using Z = Y<T>; typedef
17 template<class T> using Z = Y<T>; typedef
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_version.h62 #define SDL_VERSIONNUM(X, Y, Z) \ argument
70 #define SDL_VERSION_ATLEAST(X, Y, Z) \ argument
/external/clang/test/Parser/
Dobjcxx-at.mm8 struct Z { struct
/external/dropbear/libtomcrypt/src/encauth/ocb/
Docb_shift_xor.c25 void ocb_shift_xor(ocb_state *ocb, unsigned char *Z) in ocb_shift_xor()

123456