Lines Matching refs:TOKEN_IDENT
727 if (token_type(token) == TOKEN_IDENT) { in struct_union_enum_specifier()
920 while (token_type(token) == TOKEN_IDENT) { in parse_enum_declaration()
1173 case TOKEN_IDENT: in attribute_address_space()
1256 if (token_type(token) == TOKEN_IDENT) { in attribute_mode()
1332 while (token_type(token) == TOKEN_IDENT) { in attribute_specifier()
1507 while (token_type(t) == TOKEN_IDENT) { in handle_qualifiers()
1526 while (token_type(token) == TOKEN_IDENT) { in declaration_specifiers()
1604 while (token_type(token) == TOKEN_IDENT) { in abstract_array_declarator()
1632 if (token_type(token) != TOKEN_IDENT) in handle_asm_name()
1653 if (token_type(token) != TOKEN_IDENT) in match_attribute()
1685 while (token_type(token) == TOKEN_IDENT) { in skip_attributes()
1718 if (token_type(next) == TOKEN_IDENT) { in is_nested()
1740 if (token_type(next) == TOKEN_IDENT) { in which_func()
1779 if (ctx->ident && token_type(token) == TOKEN_IDENT) { in direct_declarator()
1993 token_type(token->next->next) == TOKEN_IDENT && in parse_asm_operands()
2026 if (token_type(token) != TOKEN_IDENT) in parse_asm_labels()
2041 while (token_type(token) == TOKEN_IDENT) { in parse_asm_statement()
2299 if (token_type(token) == TOKEN_IDENT && token->ident == &while_ident) in parse_do_statement()
2320 if (token_type(token) != TOKEN_IDENT) in parse_if_statement()
2396 } else if (token_type(token) == TOKEN_IDENT) { in parse_goto_statement()
2454 if (token_type(token) == TOKEN_IDENT) { in statement()
2496 while (token_type(token) == TOKEN_IDENT) { in label_statement()
2512 while (token_type(token) == TOKEN_IDENT && in statement_list()
2552 token_type(token->next) != TOKEN_IDENT || in identifier_list()
2631 if ((token_type(token) == TOKEN_IDENT) && match_op(next, ':')) { in single_initializer()
2642 if (match_op(token, '.') && (token_type(next) == TOKEN_IDENT)) { in single_initializer()
2899 if (token_type(token) == TOKEN_IDENT) { in external_declaration()