Lines Matching refs:S1
52 struct S1 {
60 S1 s;
67 void (S1::*mpnospec)();
68 void (S1::*mpallspec)() throw(...);
69 void (S1::*mpintspec)() throw(int);
70 void (S1::*mpemptyspec)() throw();
73 S1 s;
142 P(typeid(*(S1*)0));
167 B(b, S1() + T());
183 void operator +(const S1&, float) throw();
184 void operator +(const S1&, const S3&);