Home
last modified time | relevance | path

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

/netbsd/usr.bin/xlint/lint1/
H A Dfunc.c828 if (cstmt->c_continue) in stmt_do_while_expr()
836 if (!cstmt->c_maybe_endless && cstmt->c_continue) in stmt_do_while_expr()
899 if (cstmt->c_continue) in stmt_for_exprs_stmt()
981 cs->c_continue = true; in stmt_continue()
H A Dlint1.h447 bool c_continue:1; /* the loop has a reachable 'continue' member