HomeSort by relevance Sort by last modified time
    Searched defs:X1 (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 55 struct X1 {
67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>,
74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>,
251 struct X1 {
257 X1<float> x1; local
258 x1.f(17, 3.14159);
  /external/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 5 X<X<int>> *x1; variable
20 X<X<int>> *x1; local
23 template<typename T = void> struct X1 { };
24 X1<X1<>> x1a;
63 template<place...X1, place...X2>
64 struct append_places<places<X1...>, places<X2...>> {
65 typedef places<X1...,X2...> type;
  /external/clang/test/CodeGen/
override-layout.c 24 // CHECK: Type: struct X1
25 struct X1 {
30 void use_X1() { struct X1 x1; x1.x[5] = sizeof(struct X1); }; local
  /external/clang/test/CodeGenCXX/
value-init.cpp 146 struct X1 : X0 {
147 int x1; member in struct:zeroinit::X1
156 X1().f();
  /external/clang/test/SemaCXX/
abstract.cpp 195 struct X1 {
197 void g(X1 parm7); // expected-error {{parameter type 'test2::X1' is an abstract class}}
198 void g(X1 parm8[2]); // expected-error {{array of abstract class type 'test2::X1'}}
c99-variable-length-array.cpp 55 struct X1 {
63 X1<HasConstantValue> x1a;
64 X1<HasNonConstantValue> x1b; // expected-note{{in instantiation of}}
static-cast.cpp 154 struct X1 {
155 X1();
156 X1(X1&);
157 X1(const X0&);
165 (void)static_cast<X1>(X1());
using-decl-1.cpp 32 struct X1 : X0 {
virtual-override.cpp 141 class X1 : public X0 {
212 class X1 : public X { virtual DerivedP f(); };
232 template <int N, int M> struct X1 : X<N> {
237 X1<0, 0> good;
238 X1<0, 1> bad_derived; // expected-note{{instantiation}}
239 X1<1, 0> bad_base; // expected-note{{instantiation}}
cxx0x-initializer-constructor.cpp 40 struct X1 { X1(int); };
65 E(X1, int) { static_assert(N == 1, ""); }
93 { X1 x{0}; }
94 { X1 x = {0}; }
cxx1y-generic-lambdas.cpp 859 struct X1 {
884 struct X1 {
907 int X1::X2<T>::fooG3(T (*fp)(U)) { return 0; }
908 X1::X2<int> x2; //expected-note 3{{in instantiation of}}
destructor.cpp 98 struct X1 : public X0 { };
new-delete.cpp 120 struct X1 {
130 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
132 delete x1;
316 struct X1 {
320 int X1::value;
328 template int *f<X1>(); // expected-note{{in instantiation of}}
  /external/clang/test/SemaTemplate/
default-arguments.cpp 4 X<int, 1> *x1; variable
46 template<typename T> struct X1 { };
50 template<typename U = typename X1<T>::type> // expected-error{{no type named 'type' in 'X1<int>'}} \
51 // expected-error{{no type named 'type' in 'X1<char>'}}
54 template<T Value = X1<T>::value> // expected-error{{no member named 'value' in 'X1<int>'}} \
55 // expected-error{{no member named 'value' in 'X1<char>'}}
instantiate-function-1.cpp 9 struct X1 { };
13 template struct X0<int X1::*, int>; // expected-note{{instantiation of}}
instantiate-method.cpp 80 int *a(A0<int> &x0, A1<int> &x1) {
82 int *y1 = x1; // expected-error{{no viable conversion}}
96 struct X1 : X0<U> {
102 void test_X1(X1<int> x1i) {
158 struct X1
164 template < typename U = X1<int> > struct X2
default-expr-arguments.cpp 81 struct X1 {
83 X1(const value_type& value = value_type());
87 X1<int> x1; local
friend-template.cpp 42 template<typename T> struct X1 {
49 X1<int> x1i;
151 template<typename > struct X1
160 template <typename = int, typename = X1<int> > struct X3
183 template<typename > struct X1
192 template <typename = X1<int> > struct X3
instantiate-member-template.cpp 25 struct X1 {
63 struct X1<T>::Inner4 {
72 U X1<T>::Inner4<U>::value; // expected-error{{reference variable}}
77 V X1<T>::Inner4<U>::f2(T t, U u, V) {
82 X1<void>::Inner0<int> *xvip; // okay
83 X1<void>::Inner0<int> xvi; // expected-note{{instantiation}}
85 X1<int>::Inner1<void> *xivp; // okay
86 X1<int>::Inner1<void> xiv; // expected-note{{instantiation}}
88 X1<int>::Inner2<void>::SuperInner *xisivp; // okay
89 X1<int>::Inner2<void>::SuperInner xisiv; // expected-note{{instantiation}
    [all...]
  /external/opencv/cv/src/
cvoptflowbm.cpp 140 int X1 = 0;
353 X1 = 0;
387 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA,
389 icvCopyBM_8u_C1R( imgB + (Y1 + offY)*imgStep + (X1 + offX),
400 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA, blockSize.width, CurSize );
401 icvCopyBM_8u_C1R( imgB + (Y1 + offY) * imgStep + (X1 + offX), imgStep,
434 int X2 = X1 + offX + ss[k].x;
467 icvCopyBM_8u_C1R( imgB + Y1 * imgStep + X1, imgStep,
515 X1 += blockSize.width;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 56 float X1;
  /external/ceres-solver/internal/ceres/
autodiff_test.cc 267 A X1[4] = { X[0], X[1], X[2], A(1) };
269 return p(P, X1, x);
391 bool operator()(const T* x0, const T* x1, T* y) const {
392 y[0] = *x0 + pow(*x1, 2);
399 bool operator()(const T* x0, const T* x1, const T* x2, T* y) const {
400 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3);
408 const T* x1,
412 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4);
420 const T* x1,
425 y[0] = *x0 + pow(*x1, 2) + pow(*x2, 3) + pow(*x3, 4) + pow(*x4, 5)
    [all...]
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 14 template<char c> struct X1 { };
15 X1<100l> x1l;
59 struct X1 {} X1v;
60 template <X1*> struct X2 { };
61 template <X1* Value> struct X3 : X2<Value> { };
203 template<const int Y::*> struct X1 {};
204 X1<&Y::y> x1a;
  /external/chromium_org/third_party/sqlite/src/src/
date.c 230 int Y, M, D, A, B, X1, X2;
248 X1 = 36525*(Y+4716)/100;
250 p->iJD = (sqlite3_int64)((X1 + X2 + D + B - 1524.5 ) * 86400000);
357 int Z, A, B, C, D, E, X1;
371 X1 = (int)(30.6001*E);
372 p->D = B - D - X1;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsintrp.c 340 X0, Y0, X1, Y1;
355 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[1]);
364 d10 = DENS(X1, Y0);
365 d11 = DENS(X1, Y1);
395 register int X0, X1, Y0, Y1;
413 X1 = X0 + (Input[0] == 0xFFFFU ? 0 : p->opta[1]);
422 d10 = DENS(X1, Y0);
423 d11 = DENS(X1, Y1);
452 X0, Y0, Z0, X1, Y1, Z1;
472 X1 = X0 + (Input[0] >= 1.0 ? 0 : p->opta[2])
    [all...]

Completed in 2549 milliseconds

1 2 3 45 6