Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:S2

26 class S2 {
30 S2 operator++();
31 S2 operator++(int);
32 S2 operator--();
33 S2 operator--(int);
34 S2 operator=(int);
35 S2 operator*=(int);
36 S2 operator/=(int);
37 S2 operator%=(int);
38 S2 operator+=(int);
39 S2 operator-=(int);
40 S2 operator<<=(int);
41 S2 operator>>=(int);
42 S2 operator&=(int);
43 S2 operator|=(int);
44 S2 operator^=(int);
49 S2 x;