Home
last modified time | relevance | path

Searched defs:X3 (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/test/CXX/temp/temp.param/
Dp9-0x.cpp16 struct X3 { struct
21 friend void f1(X3) { in f1() argument
50 template<typename T = int> struct Inner::X3 { }; struct in PR8748::Inner
/external/clang/test/CXX/class/class.mem/
Dp13.cpp24 struct X3 { struct
26 X3 // expected-error{{member 'X3' has the same name as its class}} argument
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
Dp2.cpp41 struct X3 { struct
42 typedef void is_a;
43 typedef void is_b;
/external/clang/test/SemaTemplate/
Dexplicit-instantiation.cpp88 template<typename> struct X3 { }; struct
89 inline template struct X3<int>; // expected-warning{{ignoring 'inline' keyword on explicit template… variable
90 static template struct X3<float>; // expected-warning{{ignoring 'static' keyword on explicit templa… variable
Dtemp_explicit.cpp50 template<typename T> struct X3 { struct
56 void f1(X3<int&>); // okay, Inner, not instantiated argument
58 template struct X3<int&>; // expected-note{{instantiation}} variable
Dinstantiate-member-pointers.cpp29 struct X3 { struct
30 X3<T, Class, Ptr> &operator=(const T& value) { in operator =() argument
Dinstantiate-method.cpp112 struct X3 { struct
119 template struct X3<double>; argument
Dinstantiate-function-1.cpp30 struct X3 { struct
38 template struct X3<int>; variable
Dcopy-ctor-assign.cpp47 struct X3 : X2<int> { struct
Dfriend-template.cpp75 class X3 { class
160 template <typename = int, typename = X1<int> > struct X3 struct
192 template <typename = X1<int> > struct X3 struct
/external/chromium_org/testing/
Dgmock_mutant.h2560 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2572 CreateFunctor(R (*function)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2585 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2599 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, in CreateFunctor() argument
2611 CreateFunctor(R (__stdcall *function)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2623 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, in CreateFunctor() argument
2638 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
2650 CreateFunctor(R (*function)(X1, X2, X3, A1), const P1& p1, const P2& p2, in CreateFunctor() argument
2663 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
2677 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
[all …]
/external/chromium/testing/
Dgmock_mutant.h2560 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2572 CreateFunctor(R (*function)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2585 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2599 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, in CreateFunctor() argument
2611 CreateFunctor(R (__stdcall *function)(X1, X2, X3), const P1& p1, const P2& p2, in CreateFunctor() argument
2623 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3), const P1& p1, in CreateFunctor() argument
2638 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
2650 CreateFunctor(R (*function)(X1, X2, X3, A1), const P1& p1, const P2& p2, in CreateFunctor() argument
2663 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
2677 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, A1), const P1& p1, in CreateFunctor() argument
[all …]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp14 template <int& N> struct X3 { X3(); }; struct
15 template <int& N> X3<N>::X3() { } in X3() function in non_type_tmpl_param::X3
34 template <int (&fp)(int)> struct X3 { }; // expected-note 4{{here}} struct
/external/clang/test/CodeGenCXX/
Doverride-layout.cpp33 struct PACKED X3 : virtual public X1, public X0 { struct
34 short x;
35 int y;
Dvalue-init.cpp166 struct X3 : X2<int> { struct
167 X3() : X2<int>() { } in X3() function
168 int i;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp20 struct X3 { struct
Dp5-cxx03-extra-copy.cpp21 struct X3 { struct
/external/clang/test/CXX/expr/expr.post/expr.call/
Dp7-0x.cpp12 struct X3 { struct
/external/clang/test/Preprocessor/
Dmacro_fn_comma_swallow.c15 #define X3(b, ...) {b, ## __VA_ARGS__} macro
/external/clang/test/CXX/expr/expr.unary/expr.new/
Dp20.cpp53 struct X3 { struct
66 new (0, 0) X3; // expected-note{{instantiation}} in test_X3() argument
/external/clang/test/CXX/special/class.ctor/
Dp1.cpp52 struct X3 { struct
/external/clang/test/CXX/except/except.spec/
Dp14-ir.cpp18 struct X3 : X0, X1 { struct
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp4.cpp31 struct X3 { struct
/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp55 struct X3 { struct
56 void f(T *t) { in f()
/external/clang/test/CodeGen/
Doverride-layout.c41 struct X3 { struct
46 void use_X3() { struct X3 x3; x3.y = sizeof(struct X3); }; in use_X3() argument

12