Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c69 static struct token *parse_switch_statement(struct token *token, struct statement *stmt);
327 .statement = parse_switch_statement,
2458 static struct token *parse_switch_statement(struct token *token, struct statement *stmt) in parse_switch_statement() function