Home
last modified time | relevance | path

Searched defs:X6 (Results 1 – 13 of 13) sorted by relevance

/external/clang/test/Index/
Dannotate-nested-name-specifier.cpp105 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/
Dp20.cpp98 struct X6 { struct
111 new X6<3>; // expected-note 2{{instantiation}} in test_X6() argument
/external/clang/test/SemaTemplate/
Dinstantiate-function-1.cpp62 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
Dtemp_explicit.cpp104 struct X6 { struct
110 template struct X6::Inner; // expected-error{{non-templated}} argument
Dconstructor-template.cpp104 struct X6 { struct
Ddefault-arguments.cpp116 struct X6 {}; struct
/external/clang/test/Parser/
Dmissing-end-4.m17 @interface X6 // expected-note {{class started here}} interface
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp194 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/
Dp14-ir.cpp46 struct X6 { struct
/external/clang/test/CodeGen/
Doverride-layout.c64 struct PACKED X6 { long double a; char b; }; struct
/external/chromium_org/testing/
Dgmock_mutant.h4342 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/
Dgmock_mutant.h4342 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/
Dnew-delete.cpp176 class X6 { class