/external/clang/test/SemaTemplate/ |
dependent-type-identity.cpp | 11 struct X2 { 58 void f6(typename N::X2<T>::template apply<U> *); // expected-note{{previous}} 59 void f6(typename N::X2<U>::template apply<U> *); 60 void f6(typename N::X2<U>::template apply<T> *); 61 void f6(typename ::N::X2<type>::template apply<U_type> *); // expected-error{{redeclar}} 63 void f7(typename N::X2<T>::template apply<U> *); // expected-note{{previous}} 64 void f7(typename N::X2<U>::template apply<U> *); 65 void f7(typename N::X2<U>::template apply<T> *); 66 void f7(typename X2<type>::template apply<U_type> *); // expected-error{{redeclar}} 68 void f8(typename N::X2<T>::template apply<U> *); // expected-note{{previous} [all...] |
temp_explicit.cpp | 37 template<typename T> struct X2; // expected-note{{declared here}} 39 template struct X2<float>; // expected-error{{undefined template}} 42 struct X2 { 46 template struct X2<int>; // okay 47 template struct X2<int&>; // expected-note{{in instantiation of}}
|
copy-ctor-assign.cpp | 43 struct X2 : X1 { 44 template<typename U> X2 &operator=(const U&); 47 struct X3 : X2<int> {
|
default-arguments.cpp | 5 X<int> *x2; variable 49 struct X2 { 72 X2<int> x2i; // expected-note{{in instantiation of template class 'X2<int>' requested here}} 73 X2<int>::Inner1<float> x2iif; 75 X2<int>::Inner1<> x2bad; // expected-error{{too few template arguments for class template 'Inner1'}} 77 X2<int>::NonType1<'a'> x2_nontype1; 78 X2<int>::NonType1<> x2_nontype1_bad; // expected-error{{too few template arguments for class template 'NonType1'}} 81 X2<int>::Inner3<float>::VeryInner<> vi; 82 X2<char>::Inner3<int>::NonType2<> x2_deep_nontype; // expected-note{{in instantiation of template cla (…) [all...] |
constructor-template.cpp | 54 struct X2 { 55 X2(); // expected-note{{candidate constructor}} 56 X2(X2&); // expected-note {{candidate constructor}} 57 template<typename T> X2(T); 60 X2 test(bool Cond, X2 x2) { 62 return x2; // okay, uses copy constructor 64 return X2(); // expected-error{{no matching constructor} [all...] |
instantiate-member-pointers.cpp | 17 struct X2 { 24 template struct X2<int, Y>; 25 template struct X2<int&, Y>; // expected-note{{instantiation}} 26 template struct X2<const void, Y>; // expected-note{{instantiation}}
|
instantiate-static-var.cpp | 52 struct X2 { 53 virtual ~X2(); 72 Z1<Y2<X2>::value> x2; local 73 int y2[Y2<X2>::value];
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/ |
omxVCCOMM_Copy16x16_s.s | 38 X2 DN D2.S8 49 VLD1 {X2,X3},[pSrc@128],step 53 VST1 {X0,X1,X2,X3},[pDst@128]! ;// Store 32 bytes to 16 byte aligned pDst 58 VLD1 {X2,X3},[pSrc@128],step 62 VST1 {X0,X1,X2,X3},[pDst@128]! 67 VLD1 {X2,X3},[pSrc@128],step 71 VST1 {X0,X1,X2,X3},[pDst@128]! 76 VLD1 {X2,X3},[pSrc@128],step 80 VST1 {X0,X1,X2,X3},[pDst@128]!
|
omxVCCOMM_Copy8x8_s.s | 39 X2 DN D2.S8 47 VLD1 {X2},[pSrc],step 51 VST1 {X2,X3},[pDst]! 55 VLD1 {X2},[pSrc],step 59 VST1 {X2,X3},[pDst]!
|
/external/clang/test/CodeGenCXX/ |
override-layout.cpp | 26 // CHECK: Type: struct X2 27 struct PACKED X2 : public X1, public X0, public Empty1 { 70 X2 x2s[sizeof(X2)];
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p16.cpp | 5 template<class X2> void g2(T, X2); 23 void A<int>::g2<char>(int, char); // X2 specified as char
|
/external/clang/test/ASTMerge/Inputs/ |
class-template1.cpp | 8 struct X2;
|
class-template2.cpp | 8 struct X2;
|
/external/clang/test/CXX/temp/temp.param/ |
p9-0x.cpp | 14 struct X2; 36 struct X2 { 41 template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}} 42 template<typename T> template<typename U = int> void X2<T>::f1() { } // expected-error{{cannot add a default template argument to the definition of a member of a class template}}
|
p3.cpp | 21 template<class T, T i> struct X2 {
|
/external/clang/test/Parser/ |
cxx11-brace-initializers.cpp | 13 S X2 = {1, 1,};
|
/frameworks/compile/mclinker/lib/Target/Mips/TargetInfo/ |
MipsTargetInfo.cpp | 21 X2(TheMips64elTarget, "mips64el");
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p1.cpp | 32 template <int &p> struct X2 { }; // expected-note 4{{here}} 61 X2<i> x2a; 62 X2<&i> x2a_addr; // expected-error {{address taken}} 63 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} 64 X2<&iarr> x2b_addr; // expected-error {{address taken}} 65 X2<ki> x2c; // expected-error {{ignores qualifiers}} expected-warning {{internal linkage is a C++11 extension}} 68 X2<ti> x2d_addr; // expected-error {{refers to thread-local object}}
|
/external/scrypt/lib/crypto/ |
crypto_scrypt-sse.c | 87 __m128i X0, X1, X2, X3; 93 X2 = B[2]; 102 X2 = _mm_xor_si128(X2, _mm_slli_epi32(T, 9)); 103 X2 = _mm_xor_si128(X2, _mm_srli_epi32(T, 23)); 104 T = _mm_add_epi32(X2, X1); 107 T = _mm_add_epi32(X3, X2); 113 X2 = _mm_shuffle_epi32(X2, 0x4E) [all...] |
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
p2.cpp | 37 struct X2 { 47 int check_X2[X<X2, void, void>::value == 2? 1 : -1];
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p13.cpp | 38 struct X2 {
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsTargetMachine.cpp | 17 RegMipsTarget X2(mcld::TheMips64elTarget);
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
p20.cpp | 35 struct X2 { 36 X2(); 49 new (0, 0) X2<1>; // expected-note{{instantiation}}
|
/external/clang/test/CXX/special/class.ctor/ |
p1.cpp | 45 class X2 { 46 X2::X2(); // expected-error {{extra qualification on member 'X2'}}
|
/external/openfst/src/include/fst/ |
signed-log-weight.h | 36 typedef LogWeightTpl<T> X2; 37 using PairWeight<X1, X2>::Value1; 38 using PairWeight<X1, X2>::Value2; 40 using PairWeight<X1, X2>::Reverse; 41 using PairWeight<X1, X2>::Quantize; 42 using PairWeight<X1, X2>::Member; 46 SignedLogWeightTpl() : PairWeight<X1, X2>() {} 49 : PairWeight<X1, X2> (w) { } 51 SignedLogWeightTpl(const PairWeight<X1, X2>& w) 52 : PairWeight<X1, X2> (w) { 296 LogWeight x2 = w.Value(); local 305 LogWeight x2 = w.Value(); local 314 LogWeight x2 = w.Value(); local 323 LogWeight x2 = w.Value2().Value(); local 333 Log64Weight x2 = w.Value(); local 342 Log64Weight x2 = w.Value(); local 351 Log64Weight x2 = w.Value(); local 360 Log64Weight x2 = w.Value2().Value(); local [all...] |