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

  /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 116 struct X6 {};
118 X6<int> x6a;
119 X6<long> x6b; // expected-note{{while checking a default template argument}}
120 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/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 51 // CHECK: Type: struct X6
52 struct PACKED X6 { long double a; char b; };
135 struct X6 x6; local
136 x6.b = sizeof(struct X6);
  /external/clang/test/SemaCXX/
new-delete.cpp 176 class X6 {
186 class X8 : public X6, public X7 {

Completed in 407 milliseconds