Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c70 static struct token *parse_for_statement(struct token *token, struct statement *stmt);
331 .statement = parse_for_statement,
2340 static struct token *parse_for_statement(struct token *token, struct statement *stmt) in parse_for_statement() function