HomeSort by relevance Sort by last modified time
    Searched defs:X6 (Results 1 - 17 of 17) 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 110 struct X6 {
111 template<typename T> X6(T);
115 X5<X6> tf;
116 X5<X6> tf2(tf);
default-arguments.cpp 120 struct X6 {};
122 X6<int> x6a;
123 X6<long> x6b; // expected-note{{while checking a default template argument}}
124 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}}
  /prebuilts/go/darwin-x86/src/math/big/
arith_arm.s 173 BEQ X6
212 X6:
  /prebuilts/go/linux-x86/src/math/big/
arith_arm.s 173 BEQ X6
212 X6:
  /external/boringssl/src/crypto/md4/
md4.c 128 uint32_t X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15;
155 X6 = l;
159 R0(C, D, A, B, X6, 11, 0);
195 R1(D, A, B, C, X6, 5, 0x5A827999L);
209 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 62 // CHECK: Type: struct X6
63 struct PACKED X6 { long double a; char b; };
65 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); }; local
  /art/runtime/arch/arm64/
registers_arm64.h 33 X6 = 6,
  /external/guava/guava-tests/benchmark/com/google/common/base/
EnumsBenchmark.java 79 X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15, X16, X17, X18,
88 X0, X1, X2, X3, X4, X5, X6, X7, X8, X9, X10, X11, X12, X13, X14, X15, X16, X17, X18, X19, X20,

Completed in 1091 milliseconds