Home | History | Annotate | Download | only in Index

Lines Matching refs:Int

1 typedef int T;
2 struct X { int a, b; };
12 typedef int Int;
13 enum Color g(int i, ...) {
15 (void)__builtin_va_arg(va, Int);
16 (void)__builtin_types_compatible_p(Int, Int);
36 __attribute__((unavailable)) Int __attribute__((unavailable)) test() __attribute__((unavailable));
39 int x; \
40 int y; \
41 int z
110 // CHECK: Identifier: "Int" [15:30 - 15:33] TypeRef=Int:12:13
112 // CHECK: Identifier: "Int" [16:38 - 16:41] TypeRef=Int:12:13
114 // CHECK: Identifier: "Int" [16:43 - 16:46] TypeRef=Int:12:13
165 // CHECK: Identifier: "Int" [36:30 - 36:33] TypeRef=Int:12:13