HomeSort by relevance Sort by last modified time
    Searched refs:X1 (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-0x.cpp 3 template<int ...Values> struct X1;
6 struct X1<0, Values+1 ...>; // expected-error{{non-type template argument depends on a template parameter of the partial specialization}}
p9-0x.cpp 7 struct X1;
10 struct X1<T, Types...> // expected-error{{class template partial specialization does not specialize any template argument; to define the primary template, remove the template argument list}}
  /external/clang/test/CXX/class/class.mem/
p14.cpp 11 struct X1 {
12 int X1; // expected-note{{hidden by a non-type declaration of 'X1' here}}
13 X1(); // expected-error{{must use 'struct' tag to refer to type 'X1' in this scope}} \
  /external/clang/test/CXX/temp/temp.res/temp.local/
p1.cpp 18 template <int N1, const int& N2, const int* N3> struct X1 {
19 X1();
20 ~X1();
21 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; }
32 X1<42, i, &i> x1; (void)x1; local
  /external/clang/test/SemaCXX/
type-formatting.cpp 4 struct X1 { };
8 const T *t = (const X0*)0; // expected-error{{cannot initialize a variable of type 'const X1 *' with an rvalue of type 'const X0 *'}}
10 template void f0<X1>(); // expected-note{{instantiation of}}
accessible-base.cpp 7 struct X1 : virtual A
10 struct Y1 : X1, virtual A
13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Y2 -> struct X1 -> struct A\n struct Y2 -> struct A}}
  /external/clang/test/CXX/special/class.ctor/
p1.cpp 22 struct X1 {
25 X1<T>();
26 X1<T>(int);
27 (X1<T>)(float);
28 X1(float, float);
29 (X1)(double);
30 X1<T> (f0)(int);
31 X1<T> (f0)(type);
32 X1 (f1)(int);
33 X1 (f1)(type)
    [all...]
  /prebuilts/go/darwin-x86/src/math/
exp_amd64.s 46 MOVSD $LOG2E, X1
47 MULSD X0, X1
48 CVTSD2SL X1, BX // BX = exponent
49 CVTSL2SD BX, X1
51 MULSD X1, X2
54 MULSD X1, X2
59 MOVSD $T7, X1
60 MULSD X0, X1
61 ADDSD $T6, X1
62 MULSD X0, X1
    [all...]
hypot_amd64.s 25 MOVQ CX, X1
29 MAXSD X1, X0
30 MINSD X2, X1
31 DIVSD X0, X1
32 MULSD X1, X1
33 ADDSD $1.0, X1
34 SQRTSD X1, X1
35 MULSD X1, X
    [all...]
  /prebuilts/go/linux-x86/src/math/
exp_amd64.s 46 MOVSD $LOG2E, X1
47 MULSD X0, X1
48 CVTSD2SL X1, BX // BX = exponent
49 CVTSL2SD BX, X1
51 MULSD X1, X2
54 MULSD X1, X2
59 MOVSD $T7, X1
60 MULSD X0, X1
61 ADDSD $T6, X1
62 MULSD X0, X1
    [all...]
hypot_amd64.s 25 MOVQ CX, X1
29 MAXSD X1, X0
30 MINSD X2, X1
31 DIVSD X0, X1
32 MULSD X1, X1
33 ADDSD $1.0, X1
34 SQRTSD X1, X1
35 MULSD X1, X
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p2-cxx03.cpp 14 class X1 { };
16 X0<X1> x0a;
17 X0<X1 *> x0b;
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p19.cpp 28 struct X1 {
29 X1();
43 ::new X1<2> [17];
45 new X1<3> [17]; // expected-note 2{{instantiation}}
  /prebuilts/go/darwin-x86/src/crypto/aes/
asm_amd64.s 13 MOVUPS 0(AX), X1
16 PXOR X1, X0
21 MOVUPS 0(AX), X1
22 AESENC X1, X0
23 MOVUPS 16(AX), X1
24 AESENC X1, X0
27 MOVUPS 0(AX), X1
28 AESENC X1, X0
29 MOVUPS 16(AX), X1
30 AESENC X1, X
    [all...]
  /prebuilts/go/linux-x86/src/crypto/aes/
asm_amd64.s 13 MOVUPS 0(AX), X1
16 PXOR X1, X0
21 MOVUPS 0(AX), X1
22 AESENC X1, X0
23 MOVUPS 16(AX), X1
24 AESENC X1, X0
27 MOVUPS 0(AX), X1
28 AESENC X1, X0
29 MOVUPS 16(AX), X1
30 AESENC X1, X
    [all...]
  /external/clang/test/CXX/except/except.spec/
p14-ir.cpp 10 struct X1 {
11 X1();
12 X1(const X1 &) throw();
15 struct X2 : X1 {
18 struct X3 : X0, X1 {
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p16.cpp 4 template<class X1> void g1(T, X1);
13 template<class T> template<class X1> void A<T>::g1(T, X1) { }
16 template<> template<class X1> void A<int>::g1(int, X1);
20 void A<int>::g1(int, char); // X1 deduced as char
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_Copy16x16_s.s 37 X1 RN 4
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
52 STRD X1,[pDst],#8
53 LDRD X1,[pSrc],Count
58 STRD X1,[pDst],#8
59 LDRD X1,[pSrc],Count
64 STRD X1,[pDst],#8
65 LDRD X1,[pSrc],Count
70 STRD X1,[pDst],#8
71 LDRD X1,[pSrc],Coun
    [all...]
  /external/clang/test/SemaTemplate/
temp_class_order.cpp 4 struct X1 {
9 struct X1<T*, U*> {
14 struct X1<T*, T*> {
19 struct X1<const T*, const T*> {
23 int array0[X1<int, int>::value == 0? 1 : -1];
24 int array1[X1<int*, float*>::value == 1? 1 : -1];
25 int array2[X1<int*, int*>::value == 2? 1 : -1];
27 int array3[X1<const int*, CIP>::value == 3? 1 : -1];
temp_explicit_cxx0x.cpp 7 template<typename T> struct X1 { };
11 template struct Inner::X1<int>;
16 template struct ::N1::Inner::X1<float>;
unused-variables.cpp 7 struct X1 { };
12 X1 x1; // expected-warning{{unused variable 'x1'}} local
21 template void g<X0, X1>(); // expected-note{{in instantiation of}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.static/
p1.cpp 13 struct X1 {
14 X1(int);
23 X1& get_X1() { return X0<X1>::value; }
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p9.cpp 12 template<int N = N> struct X1 { };
13 template<> struct X1<17> { static const bool value = true; };
14 int array1[X1<>::value? 1 : -1];
  /external/clang/test/CodeGenCXX/
static-init-3.cpp 7 struct X1
21 template<class T> T & X1<T>::instance = X1<T>::get();
27 X2< B > bg = X1< X2< B > >::get();
28 X2< A > ag = X1< X2< A > >::get();
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 9 struct X1 {
10 X1<T>(int);
11 (X1<T>)(float);
12 X1 f2();
13 X1 f2(int);
14 X1 f2(float);
18 template<typename T> X1<T>::X1<T>(int) { } // expected-error{{out-of-line constructor for 'X1' cannot have template arguments}}
19 template<typename T> (X1<T>::X1<T>)(float) { } // expected-error{{out-of-line constructor for 'X1' cannot have template arg (…)
    [all...]

Completed in 1646 milliseconds

1 2 3 4 5 6 7 8 91011>>