Home | History | Annotate | Download | only in lint1

Lines Matching refs:int

90 The basic types are `int`, `_Bool`, `unsigned long`, `pointer` and so on,
93 Concrete types like `int` or `const char *` are created by `gettyp(INT)`,
125 1: 'call' type 'int'
126 2: '&' type 'pointer to function(pointer to const char, pointer to const char) returning int'
127 3: 'name' 'strcmp' with extern 'function(pointer to const char, pointer to const char) returning int'
135 11: 'load' type 'int'
136 12: 'name' 'i' with auto 'int', lvalue
149 | 9 | The type `ptrdiff_t` on this platform is `long`, not `int`. |
186 | t | `tspec_t` | a simple type such as `INT`, `FUNC`, `PTR` |
187 | tp | `type_t` | a complete type such as `pointer to array[3] of int` |