HomeSort by relevance Sort by last modified time
    Searched defs:X6 (Results 1 - 9 of 9) 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/base/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 {
389 // CHECK: Keyword: "typedef" [108:3 - 108:10] ClassTemplate=X6:105:8 (Definition)
409 // CHECK: Keyword: "typedef" [109:3 - 109:10] ClassTemplate=X6:105:8 (Definition)
  /external/clang/test/SemaCXX/
new-delete.cpp 176 class X6 {
186 class X8 : public X6, public X7 {

Completed in 390 milliseconds