Searched refs:int_t (Results 1 – 5 of 5) sorted by relevance
3 typedef int int_t; typedef9 ^ int_t(struct foo *foo) { return (int_t) foo->x + i; }(&_foo); in test()
20 using int_t = int;
51 const typedef typedef int int_t; // expected-warning {{duplicate 'typedef'}} typedef
287 typedef enum { A } int_t; typedef288 void f0(int_t x) { printf("%d\n", x); } in f0()
12 typedef int int_t;