Lines Matching +defs:s +defs:D
15 struct D : A, B { using A::a; using B::a; struct a b; }; // expected-error 2{{conflicts}} struct
32 class D { class
108 struct S s; // expected-error {{ambiguous}} variable
110 namespace D { namespace
113 struct S s; variable
121 struct S s; variable
130 struct S s; variable
135 struct S s; variable
212 S s = { 1, 2, 3 }; // expected-error {{excess elements}} variable
263 struct dr417::D {}; // expected-warning {{extra qualification}} struct in dr417::dr417
387 struct D : public B { struct
474 …template<typename T> struct D : decltype(A<D>()) {}; // expected-error {{requires template argumen… struct
485 S<int> s; variable
529 struct D : B { // expected-note {{candidate is the implicit}} expected-note 0-1 {{implicit move}} struct
819 struct D : B, C { int f() { return n; } }; in f() argument
884 S s; // expected-error {{private destructor}}} in g() local
893 } catch (S s) { in h() local
904 struct D : C {}; struct
1055 N::S s; variable
1163 class D : A::B { class in dr494::C
1175 S<int> s; variable