Lines Matching refs:INTEGER
196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE
198 %type <ival> INTEGER operator SPACE integer_constant version_constant
568 | INTEGER {
1224 case INTEGER:
1254 case INTEGER:
1379 if ((token->type == IDENTIFIER || token->type == OTHER || token->type == INTEGER_STRING || token->type == INTEGER) &&
1380 (other->type == IDENTIFIER || other->type == OTHER || other->type == INTEGER_STRING || other->type == INTEGER))
1388 if (token->type == INTEGER_STRING || token->type == INTEGER) {
1394 case INTEGER:
1403 if (token->type == INTEGER)
1408 if (other->type == INTEGER)
1417 if (combined_type == INTEGER)
1460 tok = _token_create_ival (parser, INTEGER, value);
1639 return _token_list_create_with_one_ival(parser, INTEGER, ival);
1744 replacement->token = _token_create_ival (parser, INTEGER, value);