Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.h326 struct token *compound_statement(struct token *, struct statement *);
H A Dexpression.c75 token = compound_statement(token->next, stmt); in parens_expression()
H A Dparse.c2545 token = compound_statement(token->next, stmt); in statement()
2652 struct token *compound_statement(struct token *token, struct statement *stmt) in compound_statement() function
2836 token = compound_statement(token->next, stmt); in parse_function_body()