Searched refs:match_ident (Results 1 – 4 of 4) sorted by relevance
240 static inline int match_ident(struct token *token, struct ident *id) in match_ident() function
407 } else if (match_ident(token, &default_ident)) { in generic_selection()
1927 if (match_ident(token, &_Static_assert_ident)) { in struct_declaration_list()2521 if (match_ident(token, &_Static_assert_ident)) { in statement_list()
1950 if (match_ident(token->next, &once_ident) && eof_token(token->next->next)) { in handle_pragma()