/external/clang/test/CXX/class/class.mem/ |
D | p14.cpp | 17 struct X2 { struct 19 float X2; // expected-error{{member 'X2' has the same name as its class}} argument
|
D | p13.cpp | 19 struct X2 { struct 20 typedef int X2; // expected-error{{member 'X2' has the same name as its class}} argument
|
/external/clang/test/SemaTemplate/ |
D | temp_class_order.cpp | 30 struct X2 { }; struct 33 struct X2<T*, U> { }; // expected-note{{matches}} struct 36 struct X2<T, U*> { }; // expected-note{{matches}} struct 39 struct X2<const T*, const U*> { }; struct
|
D | instantiate-member-pointers.cpp | 17 struct X2 { struct 24 template struct X2<int, Y>; argument 25 template struct X2<int&, Y>; // expected-note{{instantiation}} variable 26 template struct X2<const void, Y>; // expected-note{{instantiation}} variable
|
D | canonical-expr-type.cpp | 41 struct X2 { struct 42 typedef T __attribute__((ext_vector_type(N))) type1; 43 typedef T __attribute__((ext_vector_type(M))) type2; 44 typedef T __attribute__((ext_vector_type(N))) type3;
|
D | explicit-instantiation.cpp | 46 struct X2 { struct 56 template int X2::f0(int); // expected-error{{not an instantiation}} argument
|
D | partial-spec-instantiate.cpp | 11 template <class T> struct X2 {}; struct 14 struct X2<U*> { struct 20 void a(char *a, char *b) {X2<char*>::f();} in a() argument
|
D | instantiate-non-dependent-types.cpp | 10 struct X2 { struct 14 X2<int> x; argument
|
D | temp_explicit_cxx0x.cpp | 14 template<typename T> struct X2 { }; // expected-note{{here}} struct 23 template struct X2<float>; // expected-error{{at global scope}} variable
|
D | default-arguments.cpp | 49 struct X2 { struct 70 X2<int> x2i; argument
|
D | temp_explicit.cpp | 39 template struct X2<float>; // expected-error{{undefined template}} variable 42 struct X2 { struct 46 template struct X2<int>; // okay variable 47 template struct X2<int&>; // expected-note{{in instantiation of}} variable
|
D | instantiate-method.cpp | 107 struct X2 : X0Base, U { struct 108 int &f2() { return X0Base::f(); } in f2() 164 template < typename U = X1<int> > struct X2 struct 166 X2( U = U()) in X2() argument
|
D | dependent-type-identity.cpp | 11 struct X2 { struct 13 struct apply {
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
D | p1.cpp | 56 struct X2 { struct 71 T X2<T, U>::static_member1 = 17; // expected-error{{cannot initialize}} argument
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
D | p9.cpp | 17 template<template<class> class X0 = X0> struct X2 { }; struct 18 template<> struct X2<X0> { static const bool value = true; }; struct
|
/external/clang/test/CodeGenCXX/ |
D | instantiate-temporaries.cpp | 12 struct X2 { struct 29 (X2){}; in compound_literal() argument
|
D | global-llvm-constant.cpp | 26 struct X2 { struct 31 extern const X2 x2b; argument
|
D | override-layout.cpp | 27 struct PACKED X2 : public X1, public X0, public Empty1 { struct 28 short x; 29 int y;
|
/external/clang/test/CodeGenObjCXX/ |
D | implicit-copy-constructor.mm | 65 struct X2 { X1<int> result; }; struct 66 void test_X2() argument
|
/external/clang/test/Parser/ |
D | missing-end-4.m | 10 @interface X2 interface 12 @implementation X2 // expected-note {{implementation started here}} implementation
|
/external/clang/test/CXX/temp/temp.param/ |
D | p3.cpp | 21 template<class T, T i> struct X2 { struct 22 void f(T t) in f()
|
/external/chromium_org/testing/ |
D | gmock_mutant.h | 2011 CreateFunctor(T* obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2021 CreateFunctor(R (*function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2033 CreateFunctor(T** obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2046 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2), const P1& p1, in CreateFunctor() argument 2057 CreateFunctor(R (__stdcall *function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2068 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2), const P1& p1, in CreateFunctor() argument 2083 CreateFunctor(T* obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2094 CreateFunctor(R (*function)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2106 CreateFunctor(T** obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2119 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1, in CreateFunctor() argument [all …]
|
/external/chromium/testing/ |
D | gmock_mutant.h | 2011 CreateFunctor(T* obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2021 CreateFunctor(R (*function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2033 CreateFunctor(T** obj, R (U::*method)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2046 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2), const P1& p1, in CreateFunctor() argument 2057 CreateFunctor(R (__stdcall *function)(X1, X2), const P1& p1, const P2& p2) { in CreateFunctor() argument 2068 CreateFunctor(T** obj, R (__stdcall U::*method)(X1, X2), const P1& p1, in CreateFunctor() argument 2083 CreateFunctor(T* obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2094 CreateFunctor(R (*function)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2106 CreateFunctor(T** obj, R (U::*method)(X1, X2, A1), const P1& p1, const P2& p2) { in CreateFunctor() argument 2119 CreateFunctor(T* obj, R (__stdcall U::*method)(X1, X2, A1), const P1& p1, in CreateFunctor() argument [all …]
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
D | p13.cpp | 38 struct X2 { struct
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
D | p2.cpp | 37 struct X2 { struct 38 typedef void is_b;
|