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

  /external/clang/test/SemaCXX/
bool-compare.cpp 179 template<typename T, typename U, typename V> struct X6 {
203 template struct X6<ConvertibleToInt, float, char>;
204 template struct X6<bool, int, int*>; // expected-note{{instantiation}}
new-delete.cpp 183 class X6 {
193 class X8 : public X6, public X7 {
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 46 struct X6 {
47 X6() throw();
54 struct X8 : X6 { };
55 struct X9 : X6, X7 { };
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 42 X6 DN D6.S8
51 VLD1 {X6,X7},[pSrc@128],step
54 VST1 {X4,X5,X6,X7},[pDst@128]!
60 VLD1 {X6,X7},[pSrc@128],step
63 VST1 {X4,X5,X6,X7},[pDst@128]!
69 VLD1 {X6,X7},[pSrc@128],step
72 VST1 {X4,X5,X6,X7},[pDst@128]!
78 VLD1 {X6,X7},[pSrc@128],step
81 VST1 {X4,X5,X6,X7},[pDst@128]!
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 98 struct X6 {
99 X6();
111 new X6<3>; // expected-note 2{{instantiation}}
  /external/clang/test/SemaTemplate/
temp_explicit.cpp 104 struct X6 {
110 template struct X6::Inner; // expected-error{{non-templated}}
constructor-template.cpp 104 struct X6 {
105 template<typename T> X6(T);
109 X5<X6> tf;
110 X5<X6> tf2(tf);
default-arguments.cpp 118 struct X6 {};
120 X6<int> x6a;
121 X6<long> x6b; // expected-note{{while checking a default template argument}}
122 X6<long, X5b> x6c;
instantiate-function-1.cpp 62 template<typename T, typename U, typename V> struct X6 {
83 template struct X6<ConvertibleToInt, float, char>;
84 template struct X6<bool, int, int*>; // 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;
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/Index/
annotate-nested-name-specifier.cpp 105 struct X6 {
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 194 struct X6 {
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/
override-layout.c 63 // CHECK: Type: struct X6
64 struct PACKED X6 { long double a; char b; };
66 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); }; local
  /art/runtime/arch/arm64/
registers_arm64.h 33 X6 = 6,

Completed in 371 milliseconds