Searched refs:match_ident (Results 1 – 3 of 3) sorted by relevance
251 static inline int match_ident(struct token *token, struct ident *id) in match_ident() function
1998 if (match_ident(token, &_Static_assert_ident)) { in struct_declaration_list()2072 if (match_ident(token, &_Pragma_ident)) in expression_statement()2584 if (match_ident(token, &_Static_assert_ident)) { in statement_list()2972 if (match_ident(token, &_Pragma_ident)) in external_declaration()
2101 if (match_ident(token->next, &once_ident) && eof_token(token->next->next)) { in handle_pragma()