Lines Matching +defs:x +defs:B
18 struct B : A { struct
68 struct B : A { struct
101 struct B : Base, virtual VBase { struct
108 // CHECK2-LABEL: define void @_ZN5test01BD2Ev(%"struct.test0::B"* %this, i8** %vtt) unnamed_addr
126 struct B { ~B(); }; // non-trivial destructor struct
128 struct NonEmpty { int x; }; // trivial destructor, non-empty member
155 struct S : A { ~S(); int x; }; member
159 struct T : A { ~T(); B x; }; member
171 struct B : A { ~B(); }; struct
181 struct B { virtual ~B(); }; struct
272 void bar(int x) { in bar()
316 template <unsigned> struct B { B(); ~B(); int _; }; argument
318 A x, y, z; member
365 struct B : public A { struct
367 D arr[1];
383 A x; in test() local
430 Option x; in handleOccurrence() local