Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_no_effect.c48 if (in_expression_statement()) in match_stmt()
H A Dsmatch_flow.c67 int in_expression_statement(void) { return !!__expr_stmt_count; } in in_expression_statement() function
H A Dsmatch.h549 int in_expression_statement(void);