Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c1703 static struct token *identifier_list(struct token *, struct symbol *);
1870 token = identifier_list(token, fn); in direct_declarator()
2604 static struct token *identifier_list(struct token *token, struct symbol *fn) in identifier_list() function