Home | History | Annotate | Download | only in unit

Lines Matching refs:S2

41 struct S2 { } s2;
44 int f2(S1&, S2&);
46 int f2c(const S1&, const S2&);
49 void vf2(S1&, S2&);
51 void vf2c(const S1&, const S2&);
79 ptr_fun(f2)(s1, s2);
82 ptr_fun(f2c)(s1, s2);
86 ptr_fun(vf2)(s1, s2);
89 ptr_fun(vf2c)(s1, s2);
134 int f2(S1&, S2&)
140 int f2c(const S1&, const S2&)
146 void vf2(S1&, S2&)
152 void vf2c(const S1&, const S2&)