Searched defs:S2 (Results 1 – 4 of 4) sorted by relevance
41 struct S2 { } s2; struct134 int f2(S1&, S2&) in f2() argument140 int f2c(const S1&, const S2&) in f2c()146 void vf2(S1&, S2&) in vf2() argument152 void vf2c(const S1&, const S2&) in vf2c()
19 struct S2 : virtual public S1 struct