Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtoken.h240 static inline int match_ident(struct token *token, struct ident *id) in match_ident() function
Dexpression.c407 } else if (match_ident(token, &default_ident)) { in generic_selection()
Dparse.c1927 if (match_ident(token, &_Static_assert_ident)) { in struct_declaration_list()
2521 if (match_ident(token, &_Static_assert_ident)) { in statement_list()
Dpre-process.c1950 if (match_ident(token->next, &once_ident) && eof_token(token->next->next)) { in handle_pragma()