/external/clang/test/Index/ |
D | annotate-nested-name-specifier.cpp | 105 struct X6 { struct 106 typedef T* type; 107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; 108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; 110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
|
/external/clang/test/CXX/expr/expr.unary/expr.new/ |
D | p20.cpp | 98 struct X6 { struct 111 new X6<3>; // expected-note 2{{instantiation}} in test_X6() argument
|
/external/clang/test/SemaTemplate/ |
D | instantiate-function-1.cpp | 62 template<typename T, typename U, typename V> struct X6 { struct 83 template struct X6<ConvertibleToInt, float, char>; variable 84 template struct X6<bool, int, int*>; // expected-note{{instantiation}} variable
|
D | temp_explicit.cpp | 104 struct X6 { struct 110 template struct X6::Inner; // expected-error{{non-templated}} argument
|
D | constructor-template.cpp | 104 struct X6 { struct
|
D | default-arguments.cpp | 116 struct X6 {}; struct
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 17 @interface X6 // expected-note {{class started here}} interface
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 194 struct X6 { struct 196 constexpr auto f1(A ...a) const -> decltype(g(A(a + B())...)) { return g(A(a + B())...); } in f1() 199 …..b) const -> decltype(g((&a)[b] ...)) { return g((&a)[b] ...); } // expected-note {{past-the-end}} in f2() 201 template<typename...B> struct Inner {
|
/external/clang/test/CXX/except/except.spec/ |
D | p14-ir.cpp | 46 struct X6 { struct
|
/external/clang/test/CodeGen/ |
D | override-layout.c | 64 struct PACKED X6 { long double a; char b; }; struct
|
/external/chromium_org/testing/ |
D | gmock_mutant.h | 4342 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4355 CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, in CreateFunctor() argument 4369 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4384 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), in CreateFunctor() argument 4398 CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4411 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), in CreateFunctor() argument 4429 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4442 CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4457 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4473 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), in CreateFunctor() argument [all …]
|
/external/chromium/testing/ |
D | gmock_mutant.h | 4342 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4355 CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6), const P1& p1, const P2& p2, in CreateFunctor() argument 4369 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4384 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), in CreateFunctor() argument 4398 CreateFunctor(R (__stdcall *function)(X1, X2, X3, X4, X5, X6), const P1& p1, in CreateFunctor() argument 4411 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6), in CreateFunctor() argument 4429 CreateFunctor(T* obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4442 CreateFunctor(R (*function)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4457 CreateFunctor(T** obj, R (U::*method)(X1, X2, X3, X4, X5, X6, A1), const P1& p1, in CreateFunctor() argument 4473 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, X3, X4, X5, X6, A1), in CreateFunctor() argument [all …]
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 176 class X6 { class
|