Home
last modified time | relevance | path

Searched defs:X1 (Results 1 – 25 of 146) sorted by relevance

123456

/external/clang/test/SemaTemplate/
Dtemp_class_order.cpp4 struct X1 { struct
9 struct X1<T*, U*> { argument
14 struct X1<T*, T*> { struct
19 struct X1<const T*, const T*> { struct
23 int array0[X1<int, int>::value == 0? 1 : -1]; argument
Dinstantiate-non-type-template-parameter.cpp49 struct X1 : X0<T> { struct
50 X1() {} in X1() argument
51 template<typename U> X1(const X1<U> &x) : X0<T>(x) { } in X1() argument
Dinstantiate-member-template.cpp25 struct X1 { struct
27 struct Inner0 {
33 struct Inner1 {
39 struct Inner2 {
63 struct X1<T>::Inner4 { argument
124 struct X1 { struct
125 template<typename T> void f(X0<T>& vals) { g(vals); } in f()
126 template<typename T> void g(X0<T>& vals) { } in g()
149 struct X1 { struct
150 typedef T E;
[all …]
Dinstantiate-member-pointers.cpp7 struct X1 { struct
13 template struct X1<Y>; variable
14 template struct X1<int>; // expected-note{{instantiation}} variable
Ddependent-type-identity.cpp27 struct X1 { struct
28 typedef T type;
29 typedef U U_type;
Dinstantiate-non-dependent-types.cpp3 struct X1 { struct
11 typedef instantiate<&X1<int>::member> i; // expected-note{{in instantiation of}} argument
Dtemp_explicit_cxx0x.cpp7 template<typename T> struct X1 { }; struct
11 template struct Inner::X1<int>; member in N1::Inner
Dinstantiate-static-var.cpp42 struct X1 { struct
106 struct X1 : public X0<T> { struct
107 static const bool var = false;
114 template class X1<char>; variable
Dcurrent-instantiation.cpp32 struct X1 { struct
33 typedef T my_T_type;
147 struct X1 { struct
150 X1<T>::a = b; // expected-error{{incompatible}} in f() argument
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp8 struct X1 { struct
13 struct X1<tuple<Head, Tail...> > { argument
18 struct X1<tuple<Head, Tail&...> > { argument
23 struct X1<tuple<Head&, Tail&...> > { argument
27 int check0[X1<tuple<>>::value == 0? 1 : -1]; argument
/external/clang/test/CodeGenCXX/
Dstatic-init-3.cpp7 struct X1 struct
21 template<class T> T & X1<T>::instance = X1<T>::get(); argument
Dvisibility-inlines-hidden.cpp18 struct X1 { struct
28 inline void X1<T>::f3() { } in f3() argument
/external/openfst/src/include/fst/
Dexpectation-weight.h66 ExpectationWeight(const ExpectationWeight<X1, X2>& w) in ExpectationWeight()
69 ExpectationWeight(const PairWeight<X1, X2>& w) in ExpectationWeight()
117 inline ExpectationWeight<X1, X2> Plus(const ExpectationWeight<X1, X2> &w, in Plus()
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w, in Times()
/external/clang/test/CXX/special/class.ctor/
Dp1.cpp22 struct X1 { struct
25 X1<T>(); argument
40 template<typename T> X1<T>::X1() { } in X1() function in X1
43 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; } in X1() function
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp8.cpp31 struct X1 { struct
36 template struct X1<int>; // expected-note {{here}} variable
40 template struct X1<char>; // expected-note {{here}} variable
/external/clang/test/CXX/class/class.mem/
Dp14.cpp11 struct X1 { struct
12 int X1; // expected-note{{hidden by a non-type declaration of 'X1' here}} argument
Dp13.cpp15 struct X1 { // expected-note{{previous use is here}} struct
16 …enum X1 { }; // expected-error{{use of 'X1' with tag type that does not match previous declaration… argument
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp19.cpp28 struct X1 { struct
43 ::new X1<2> [17]; in test_X1() argument
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
Dp9.cpp12 template<int N = N> struct X1 { }; struct
13 template<> struct X1<17> { static const bool value = true; }; argument
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp1.cpp18 template <int N1, const int& N2, const int* N3> struct X1 { struct
21 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; } in f() argument
/external/chromium_org/testing/
Dgmock_mutant.h1503 CreateFunctor(T* obj, R (U::*method)(X1), const P1& p1) { in CreateFunctor()
1513 CreateFunctor(R (*function)(X1), const P1& p1) { in CreateFunctor()
1524 CreateFunctor(T** obj, R (U::*method)(X1), const P1& p1) { in CreateFunctor()
1536 CreateFunctor(T* obj, R (__stdcall U::*method)(X1), const P1& p1) { in CreateFunctor()
1546 CreateFunctor(R (__stdcall *function)(X1), const P1& p1) { in CreateFunctor()
1556 CreateFunctor(T** obj, R (__stdcall U::*method)(X1), const P1& p1) { in CreateFunctor()
1570 CreateFunctor(T* obj, R (U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
1580 CreateFunctor(R (*function)(X1, A1), const P1& p1) { in CreateFunctor()
1592 CreateFunctor(T** obj, R (U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
1605 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
[all …]
/external/chromium/testing/
Dgmock_mutant.h1503 CreateFunctor(T* obj, R (U::*method)(X1), const P1& p1) { in CreateFunctor()
1513 CreateFunctor(R (*function)(X1), const P1& p1) { in CreateFunctor()
1524 CreateFunctor(T** obj, R (U::*method)(X1), const P1& p1) { in CreateFunctor()
1536 CreateFunctor(T* obj, R (__stdcall U::*method)(X1), const P1& p1) { in CreateFunctor()
1546 CreateFunctor(R (__stdcall *function)(X1), const P1& p1) { in CreateFunctor()
1556 CreateFunctor(T** obj, R (__stdcall U::*method)(X1), const P1& p1) { in CreateFunctor()
1570 CreateFunctor(T* obj, R (U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
1580 CreateFunctor(R (*function)(X1, A1), const P1& p1) { in CreateFunctor()
1592 CreateFunctor(T** obj, R (U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
1605 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, A1), const P1& p1) { in CreateFunctor()
[all …]
/external/clang/test/SemaCXX/
Dstatic-array-member.cpp13 struct X1 { struct
18 T X1<T, N>::array[N]; argument
Dmember-pointers-2.cpp42 struct X1 struct
44 X0* x0;
45 FuncPtr X0::*fptr;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
Dp2.cpp9 struct X1 { struct
18 template<typename T> X1<T>::X1<T>(int) { } // expected-error{{out-of-line constructor for 'X1' cann… in X1() function in X1
27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1
28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } in X1() function in X1

123456