HomeSort by relevance Sort by last modified time
    Searched defs:X5 (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Preprocessor/
macro_fn_comma_swallow.c 27 #define X5(x,...) x##,##__VA_ARGS__
28 5: X5(1)
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 44 struct X5 {
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/
p14-ir.cpp 26 struct X5 : X0, X4 { };
28 void test(X2 x2, X3 x3, X5 x5) {
42 X5 x5a(x5);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 41 X5 DN D5.S8
50 VLD1 {X4,X5},[pSrc@128],step
54 VST1 {X4,X5,X6,X7},[pDst@128]!
59 VLD1 {X4,X5},[pSrc@128],step
63 VST1 {X4,X5,X6,X7},[pDst@128]!
68 VLD1 {X4,X5},[pSrc@128],step
72 VST1 {X4,X5,X6,X7},[pDst@128]!
77 VLD1 {X4,X5},[pSrc@128],step
81 VST1 {X4,X5,X6,X7},[pDst@128]!
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 86 struct X5 {
87 X5();
93 new (0, 0) X5; // okay, we found X5::operator delete but didn't pick it
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 78 struct X5 {
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'}}
constructor-template.cpp 99 struct X5 {
100 X5();
101 X5(const T &);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
member-access-expr.cpp 101 struct X5 {
106 void test_X5(X5<X4> x5, X5<const X4> x5c, X4 *xp, const X4 *cxp) {
107 x5.f(xp);
member-template-access-expr.cpp 98 struct X5 {
default-arguments.cpp 113 template<int> struct X5 {}; // expected-note{{has a different type 'int'}}
116 template<T> class B = X5> // expected-error{{template template argument has different}} \
instantiate-function-1.cpp 55 template<typename T> struct X5 {
58 void test_X5(X5<Incomplete> x5); // okay!
60 template struct X5<Incomplete>; // expected-note{{instantiation}}
  /external/chromium_org/third_party/boringssl/src/crypto/md4/
md4.c 125 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15;
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/CodeGenCXX/
override-layout.cpp 57 // CHECK: Type: struct X5
58 struct PACKED X5 {
73 X5 x5s[sizeof(X5)];
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 98 struct X5 {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 18 template <typename T, int (T::* M)(int)> struct X5 { X5(); };
19 template <typename T, int (T::* M)(int)> X5<T, M>::X5() { }
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 170 struct X5 {
181 int check10[X5<add_reference, add_pointer, add_const>
185 int check11[X5<add_reference, add_pointer>
  /external/clang/test/CodeGen/
override-layout.c 58 // CHECK: Type: struct X5
59 struct PACKED X5 { double a[19]; signed char b; };
61 void use_X5() { struct X5 x5; x5.b = sizeof(struct X5); }; local
  /external/clang/test/SemaCXX/
new-delete.cpp 153 class X5 {
  /art/runtime/arch/arm64/
registers_arm64.h 32 X5 = 5,

Completed in 457 milliseconds