Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dfunc.c547 check_controlling_expression(tnode_t *tn, bool is_do_while) in check_controlling_expression() function
576 tn = check_controlling_expression(tn, false); in stmt_if_expr()
721 tn = check_controlling_expression(tn, false); in stmt_while_expr()
762 tn = check_controlling_expression(tn, true); in stmt_do_while_expr()
811 tn2 = check_controlling_expression(tn2, false); in stmt_for_exprs()