Lines Matching refs:S1
57 struct S1 { struct
65 S1 s; in callmem()
72 void (S1::*mpnospec)();
73 void (S1::*mpallspec)() throw(...);
74 void (S1::*mpintspec)() throw(int);
75 void (S1::*mpemptyspec)() throw();
78 S1 s; in callmemptr()
150 P(typeid(*(S1*)0)); in idtype()
175 B(b, S1() + T()); in late()
191 void operator +(const S1&, float) throw();
192 void operator +(const S1&, const S3&);