Searched refs:TOKEN_IDENT (Results 1 – 7 of 7) sorted by relevance
137 if (token_type(token) == TOKEN_IDENT) { in token_defined()251 if (token_type(next) != TOKEN_IDENT || expand_one_symbol(list)) in expand_list()494 if (t1 != TOKEN_IDENT && t1 != TOKEN_NUMBER && t1 != TOKEN_SPECIAL) in combine()497 if (t1 == TOKEN_IDENT && left->ident == &L_ident) { in combine()504 if (t2 != TOKEN_IDENT && t2 != TOKEN_NUMBER && t2 != TOKEN_SPECIAL) in combine()514 if (t1 == TOKEN_IDENT) { in combine()519 return TOKEN_IDENT; in combine()550 case TOKEN_IDENT: in merge()611 if (token_type(token) == TOKEN_IDENT && token->ident->tainted) in copy()714 case TOKEN_IDENT: in substitute()[all …]
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()[all …]
84 TOKEN_IDENT, enumerator242 return token->pos.type == TOKEN_IDENT && token->ident == id; in match_ident()
227 if (token_type(token) != TOKEN_IDENT) { in builtin_offsetof_expr()451 case TOKEN_IDENT: { in primary_expression()596 if (token_type(token) != TOKEN_IDENT) { in postfix_expression()669 if (token_type(token) == TOKEN_IDENT) { in unary_expression()730 token_type(token->next) == TOKEN_IDENT) { in unary_expression()
203 case TOKEN_IDENT: in show_token()261 case TOKEN_IDENT: in quote_token()910 token_type(token) = TOKEN_IDENT; in built_in_token()951 token_type(token) = TOKEN_IDENT; in get_one_identifier()
324 if (token->pos.type == TOKEN_IDENT) { in lookup_type()
253 if ($token->pos.type == TOKEN_IDENT)