HomeSort by: relevance | last modified time | path
    Searched refs:c_continue (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 753 if (cstmt->c_continue)
761 if (!cstmt->c_maybe_endless && cstmt->c_continue)
817 if (cstmt->c_continue)
888 cs->c_continue = true;
lint1.h 437 bool c_continue:1; /* the loop has a reachable 'continue' member in struct:control_statement

Completed in 31 milliseconds