Home
last modified time | relevance | path

Searched refs:match_ident (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h251 static inline int match_ident(struct token *token, struct ident *id) in match_ident() function
H A Dparse.c1998 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()
H A Dpre-process.c2101 if (match_ident(token->next, &once_ident) && eof_token(token->next->next)) { in handle_pragma()