Home | History | Annotate | Download | only in lint1

Lines Matching refs:char

93 Concrete types like `int` or `const char *` are created by `gettyp(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'
128 4: 'load' type 'pointer to const char'
129 5: '*' type 'pointer to const char', lvalue
130 6: '+' type 'pointer to pointer to const char'
131 7: 'load' type 'pointer to pointer to const char'
132 8: 'name' 'names' with auto 'pointer to pointer to const char', lvalue
138 14: 'convert' type 'pointer to const char'
139 15: '&' type 'pointer to char'
140 16: 'string' type 'array[5] of char', lvalue, "name"