Home
last modified time | relevance | path

Searched defs:X4 (Results 1 – 25 of 64) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Doverride-layout.cpp39 struct PACKED X4 { struct
54 X4(); argument
/external/llvm-project/clang/test/CodeGenCXX/
Doverride-layout.cpp39 struct PACKED X4 { struct
54 X4(); argument
/external/llvm-project/clang/test/Index/
Dannotate-nested-name-specifier.cpp69 struct X4 { struct
76 ::X4<type>::g(t); in h() argument
83 struct X4<Integer> { struct
91 ::X4<type>::g(t); in h() argument
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp69 struct X4 { struct
76 ::X4<type>::g(t); in h() argument
83 struct X4<Integer> { struct
91 ::X4<type>::g(t); in h() argument
/external/clang/test/SemaCXX/
Dstatic-cast.cpp179 struct X4 { struct
180 typedef const X3 X3_typedef;
182 void f() const { in f()
186 const X2 *x2;
Ddefault-constructor-initializers.cpp16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \ struct
22 X4 x4; // expected-note {{first required here}} argument
/external/llvm-project/clang/test/SemaCXX/
Dstatic-cast.cpp179 struct X4 { struct
180 typedef const X3 X3_typedef;
182 void f() const { in f()
186 const X2 *x2;
Ddefault-constructor-initializers.cpp32 struct X4 { struct
42 …// expected-note@-4 {{default constructor of 'X4' is implicitly deleted because field 'x2' has no … argument
51 X4 x4; argument
Dinvalid-constructor-init.cpp30 struct X4 { struct
34 constexpr int* s = X4().p; // expected-error {{must be initialized by}} argument
/external/clang/test/SemaTemplate/
Dtemp_explicit.cpp60 template<typename T> struct X4 { struct
68 void f2(X4<int&>); // okay, Inner, not instantiated argument
71 template struct X4<int&>; // expected-note{{instantiation}} variable
72 template struct X4<float&>; // expected-note{{instantiation}} variable
Dinstantiate-member-pointers.cpp40 struct X4 { struct
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
Dinstantiate-function-1.cpp40 template <typename T> struct X4 { struct
50 template struct X4<void>; // expected-note{{in instantiation of}} argument
51 template struct X4<int>; // expected-note{{in instantiation of}} variable
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_explicit.cpp62 template<typename T> struct X4 { struct
70 void f2(X4<int&>); // okay, Inner, not instantiated argument
73 template struct X4<int&>; // expected-note{{instantiation}} variable
74 template struct X4<float&>; // expected-note{{instantiation}} variable
Dinstantiate-member-pointers.cpp40 struct X4 { struct
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
Dinstantiate-function-1.cpp40 template <typename T> struct X4 { struct
50 template struct X4<void>; // expected-note{{in instantiation of}} argument
51 template struct X4<int>; // expected-note{{in instantiation of}} variable
/external/clang/test/CXX/class/class.mem/
Dp13.cpp61 struct X4 { // expected-note{{previous}} struct
66 unsigned X4; // expected-error{{redeclares 'X4'}} argument
/external/llvm-project/clang/test/CXX/class/class.mem/
Dp13.cpp61 struct X4 { // expected-note{{previous}} struct
66 unsigned X4; // expected-error{{redeclares 'X4'}} member
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp16 struct X4 { struct
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp35 struct X4 { struct
Dp5-cxx03-extra-copy.cpp38 struct X4 { struct
/external/llvm-project/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp16 struct X4 { struct
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx03-extra-copy.cpp38 struct X4 { struct
Dp5-cxx0x-no-extra-copy.cpp35 struct X4 { struct
/external/llvm-project/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c22 #define X4(...) AA , ## __VA_ARGS__ BB macro
/external/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c22 #define X4(...) AA , ## __VA_ARGS__ BB macro

123