HomeSort by: relevance | last modified time | path
    Searched defs:reached (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/xlint/lint1/
func.c 55 /* Is set as long as a statement can be reached. Must be set at level 0. */
56 bool reached = true; variable in typeref:typename:bool
60 * Is reset to true whenever 'reached' changes.
65 * In conjunction with 'reached', controls printing of "fallthrough on ..."
171 reached ? "reachable" : "unreachable",
173 reached = new_reached;
178 * Prints a warning if a statement cannot be reached.
183 if (!reached && warn_about_unreachable) {
184 /* '%s' statement not reached */
343 if (reached) {
    [all...]

Completed in 14 milliseconds