Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c72 static struct token *parse_do_statement(struct token *token, struct statement *stmt);
339 .statement = parse_do_statement,
2392 static struct token *parse_do_statement(struct token *token, struct statement *stmt) in parse_do_statement() function