Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c74 static struct token *parse_context_statement(struct token *token, struct statement *stmt);
347 .statement = parse_context_statement,
2484 static struct token *parse_context_statement(struct token *token, struct statement *stmt) in parse_context_statement() function