/external/clang/test/CXX/temp/temp.param/ |
D | p9-0x.cpp | 16 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/ |
D | p13.cpp | 24 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/ |
D | p2.cpp | 41 struct X3 { struct 42 typedef void is_a; 43 typedef void is_b;
|
/external/clang/test/SemaTemplate/ |
D | explicit-instantiation.cpp | 88 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
|
D | temp_explicit.cpp | 50 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
|
D | instantiate-member-pointers.cpp | 29 struct X3 { struct 30 X3<T, Class, Ptr> &operator=(const T& value) { in operator =() argument
|
D | instantiate-method.cpp | 112 struct X3 { struct 119 template struct X3<double>; argument
|
D | instantiate-function-1.cpp | 30 struct X3 { struct 38 template struct X3<int>; variable
|
D | copy-ctor-assign.cpp | 47 struct X3 : X2<int> { struct
|
D | friend-template.cpp | 75 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/ |
D | gmock_mutant.h | 2560 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/ |
D | gmock_mutant.h | 2560 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/ |
D | p1.cpp | 14 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/ |
D | override-layout.cpp | 33 struct PACKED X3 : virtual public X1, public X0 { struct 34 short x; 35 int y;
|
D | value-init.cpp | 166 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/ |
D | p5-cxx0x-no-extra-copy.cpp | 20 struct X3 { struct
|
D | p5-cxx03-extra-copy.cpp | 21 struct X3 { struct
|
/external/clang/test/CXX/expr/expr.post/expr.call/ |
D | p7-0x.cpp | 12 struct X3 { struct
|
/external/clang/test/Preprocessor/ |
D | macro_fn_comma_swallow.c | 15 #define X3(b, ...) {b, ## __VA_ARGS__} macro
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p20.cpp | 53 struct X3 { struct 66 new (0, 0) X3; // expected-note{{instantiation}} in test_X3() argument
|
/external/clang/test/CXX/special/class.ctor/ |
D | p1.cpp | 52 struct X3 { struct
|
/external/clang/test/CXX/except/except.spec/ |
D | p14-ir.cpp | 18 struct X3 : X0, X1 { struct
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
D | p4.cpp | 31 struct X3 { struct
|
/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 55 struct X3 { struct 56 void f(T *t) { in f()
|
/external/clang/test/CodeGen/ |
D | override-layout.c | 41 struct X3 { struct 46 void use_X3() { struct X3 x3; x3.y = sizeof(struct X3); }; in use_X3() argument
|