Lines Matching defs:int
8 struct test { int a[2]; };25 bool operator==(int x) const {39 operator int() const {48 clang_analyzer_eval((int)obj == 42); // expected-warning{{TRUE}}57 int operator +() const {58 return (int)x;64 int operator +() const {65 return (int)x[0];81 void test(int coin) {91 int a;97 int x;