Searched defs:X6 (Results 1 - 12 of 12) 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/SemaCXX/
H A Dbool-compare.cpp179 template<typename T, typename U, typename V> struct X6 { struct
203 template struct X6<ConvertibleToInt, float, char>;
204 template struct X6<bool, int, int*>; // expected-note{{instantiation}}
H A Dnew-delete.cpp183 class X6 { class
193 class X8 : public X6, public 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.cpp118 struct X6 {}; struct
120 X6<int> x6a;
121 X6<long> x6b; // expected-note{{while checking a default template argument}}
122 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
/external/chromium_org/third_party/boringssl/src/crypto/md4/
H A Dmd4.c125 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15; local
152 X6 = l;
156 R0(C, D, A, B, X6, 11, 0);
192 R1(D, A, B, C, X6, 5, 0x5A827999L);
206 R2(C, D, A, B, X6, 11, 0x6ED9EBA1L);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp194 struct X6 { struct in namespace:PacksAtDifferentLevels::PR13811
209 static_assert(X6<unsigned char, int>().f1<A, B>(255, 1) == 12, "");
210 static_assert(X6<int, int>().f2(3, 4, 0, 0) == 34, "");
211 static_assert(X6<int, int>().f2(3, 4, 0, 1) == 34, ""); // expected-error {{constant expression}} expected-note {{in call}}
212 static_assert(X6<int, int>::Inner<int, int>().f(1, 2, 3, 4, 5, 6) == 102, "");
/external/clang/test/CodeGen/
H A Doverride-layout.c63 // CHECK: Type: struct X6
64 struct PACKED X6 { long double a; char b; }; struct
66 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); };

Completed in 442 milliseconds