HomeSort by: relevance | last modified time | path
    Searched defs:reached (Results 1 - 5 of 5) 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
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...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
route.h 300 bool reached; // Set to true when we get a neighbor advertise from the router member in struct:icmp_message
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 82 int reached, prolab; variable
558 reached = 1;
  /src/external/mit/isl/dist/
isl_tab.c 3467 /* Has the variable "var' of "tab" reached a value that is greater than
3473 * is reached.
3477 static int reached(struct isl_tab *tab, struct isl_tab_var *var, int sgn, function
3499 * Continue pivoting until the target is reached.
3501 * rational value has been reached and the target cannot be reached.
3503 * then the target can be reached.
3516 while (!reached(tab, var, sgn, target, tmp)) {
3551 isl_bool reached; local
3558 reached = var_reaches(tab, var, -1, *target, tmp)
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 94 int reached, prolab; variable
593 reached = 1;

Completed in 32 milliseconds