Searched defs:derived1 (Results 1 – 4 of 4) sorted by relevance
11 type, abstract, public, abstract :: derived1 type
48 type :: derived1 type
140 struct derived1 : base1 { struct142 template <IsEmpty T> Opaque<1> foo() { return Opaque<1>(); } in foo()
54 int derived1[__builtin_offsetof(Derived2, x) == 0? 1 : -1]; // expected-warning{{offset of on non-P… variable