Searched defs:S1 (Results 1 – 4 of 4) sorted by relevance
40 struct S1 { } s1; struct131 int f1(S1&) in f1() argument134 int f2(S1&, S2&) in f2() argument137 int f1c(const S1&) in f1c()140 int f2c(const S1&, const S2&) in f2c()143 void vf1(S1&) in vf1() argument146 void vf2(S1&, S2&) in vf2() argument149 void vf1c(const S1&) in vf1c()152 void vf2c(const S1&, const S2&) in vf2c()158 int Class::f1(const S1&) in f1()[all …]
14 struct S1 : virtual public S0 struct