Searched refs:S1 (Results 1 – 4 of 4) sorted by relevance
40 struct S1 { } s1; struct43 int f1(S1&);44 int f2(S1&, S2&);45 int f1c(const S1&);46 int f2c(const S1&, const S2&);48 void vf1(S1&);49 void vf2(S1&, S2&);50 void vf1c(const S1&);51 void vf2c(const S1&, const S2&);56 int f1(const S1&);[all …]
14 struct S1 : virtual public S0 struct19 struct S2 : virtual public S139 void S1::s1 () in s1()164 if (*vtbl != ((char*) (S1*) &s4) - (char*) &s4) in main()