Searched defs:X5 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c27 #define X5(x,...) x##,##__VA_ARGS__ macro
28 5: X5(1)
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp44 struct X5 { struct
45 X5();
46 X5(const X5&, const X5& = X5()); // expected-warning{{no viable constructor copying parameter of type 'X5'}}
53 void g5(const X5&);
60 g5(X5()); // Generates a warning in the default argument.
/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp26 struct X5 : X0, X4 { }; struct in inherits:X0,X4
28 void test(X2 x2, X3 x3, X5 x5) {
42 X5 x5a(x5);
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp86 struct X5 { struct
87 X5();
93 new (0, 0) X5; // okay, we found X5::operator delete but didn't pick it
/external/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp78 struct X5 { struct in namespace:N2
92 template struct N2::X5<void>::Inner2;
95 template struct X5<int&>::Inner2; // expected-note{{instantiation}}
97 void f4(X5<float&>::Inner2);
98 template struct X5<float&>::Inner2; // expected-note{{instantiation}}
101 template struct N2::X5<int>::Inner2; // expected-warning {{explicit instantiation of 'Inner2' not in a namespace enclosing 'N2'}}
H A Dconstructor-template.cpp99 struct X5 { struct
100 X5();
101 X5(const T &);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
H A Ddefault-arguments.cpp113 template<int> struct X5 {}; // expected-note{{has a different type 'int'}} struct
116 template<T> class B = X5> // expected-error{{template template argument has different}} \
H A Dinstantiate-function-1.cpp55 template<typename T> struct X5 { struct
58 void test_X5(X5<Incomplete> x5); // okay!
60 template struct X5<Incomplete>; // expected-note{{instantiation}}
H A Dmember-access-expr.cpp101 struct X5 { struct
106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) {
H A Dmember-template-access-expr.cpp98 struct X5 { struct
/external/clang/test/CodeGenCXX/
H A Doverride-layout.cpp57 // CHECK: Type: struct X5
58 struct PACKED X5 { struct
73 X5 x5s[sizeof(X5)];
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp98 struct X5 { 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
149 X5 = l;
153 R0(D, A, B, C, X5, 7, 0);
188 R1(D, A, B, C, X5, 5, 0x5A827999L);
210 R2(C, D, A, B, X5, 11, 0x6ED9EBA1L);
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp18 template <typename T, int (T::* M)(int)> struct X5 { X5(); }; struct in namespace:non_type_tmpl_param
19 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { } function in class:non_type_tmpl_param::X5
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp170 struct X5 { struct in namespace:PacksAtDifferentLevels
181 int check10[X5<add_reference, add_pointer, add_const>
185 int check11[X5<add_reference, add_pointer>
/external/clang/test/CodeGen/
H A Doverride-layout.c58 // CHECK: Type: struct X5
59 struct PACKED X5 { double a[19]; signed char b; }; struct
61 void use_X5() { struct X5 x5; x5.b = sizeof(struct X5); };
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp153 class X5 { class

Completed in 3176 milliseconds