Lines Matching refs:IDENTIFIER
177 %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
181 %type <str> IDENTIFIER FUNC_IDENTIFIER OBJ_IDENTIFIER INTEGER_STRING OTHER ERROR_TOKEN PRAGMA
274 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE {
357 | HASH_TOKEN IFDEF IDENTIFIER junk NEWLINE {
363 | HASH_TOKEN IFNDEF IDENTIFIER junk NEWLINE {
437 | HASH_TOKEN VERSION_TOKEN version_constant IDENTIFIER NEWLINE {
488 | IDENTIFIER {
661 IDENTIFIER {
665 | identifier_list ',' IDENTIFIER {
701 IDENTIFIER {
702 $$ = _token_create_str (parser, IDENTIFIER, $1);
1117 case IDENTIFIER:
1145 case IDENTIFIER:
1266 if ((token->type == IDENTIFIER || token->type == OTHER || token->type == INTEGER_STRING || token->type == INTEGER) &&
1267 (other->type == IDENTIFIER || other->type == OTHER || other->type == INTEGER_STRING || other->type == INTEGER))
1533 * If "node" is followed, (ignoring any SPACE tokens), by an IDENTIFIER token
1566 if (node->token->type == IDENTIFIER || node->token->type == OTHER) {
1575 if (node == NULL || (node->token->type != IDENTIFIER &&
1787 if (node->token->type == IDENTIFIER &&
1849 if (token->type != IDENTIFIER) {
1879 /* We change the token type here from IDENTIFIER to OTHER to prevent any
2222 } else if (ret == IDENTIFIER) {