Lines Matching defs:int
6 void conditional_op(int x, int y, bool b) {
34 operator int();
35 Stream &operator<<(int);
37 Stream &operator>>(int);
68 operator int() { return 42; }
87 void test(int a, int b, int c) {
107 void* operator++(int);
108 void* operator--(int);
119 static int state;
120 static int get();
121 int get_num();
122 int num;
125 int num = 0;
126 int get();