Searched defs:X6 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp46 struct X6 { struct
47 X6() throw();
54 struct X8 : X6 { };
55 struct X9 : X6, X7 { };
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp98 struct X6 { struct
99 X6();
111 new X6<3>; // expected-note 2{{instantiation}}
/external/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp104 struct X6 { struct
110 template struct X6::Inner; // expected-error{{non-templated}}
H A Dconstructor-template.cpp104 struct X6 { struct
105 template<typename T> X6(T);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
H A Ddefault-arguments.cpp116 struct X6 {}; struct
118 X6<int> x6a;
119 X6<long> x6b; // expected-note{{while checking a default template argument}}
120 X6<long, X5b> x6c;
H A Dinstantiate-function-1.cpp62 template<typename T, typename U, typename V> struct X6 { struct
83 template struct X6<ConvertibleToInt, float, char>;
84 template struct X6<bool, int, int*>; // expected-note{{instantiation}}
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp105 struct X6 { struct
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] ClassTemplate=X6:105:8 (Definition)
409 // CHECK: Keyword: "typedef" [109:3 - 109:10] ClassTemplate=X6:105:8 (Definition)
/external/clang/test/CodeGen/
H A Doverride-layout.c51 // CHECK: Type: struct X6
52 struct PACKED X6 { long double a; char b; }; struct
135 struct X6 x6;
136 x6.b = sizeof(struct X6);
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp176 class X6 { class
186 class X8 : public X6, public X7 {

Completed in 133 milliseconds