Lines Matching refs:UV
31 extern const bool UV;
117 if (UV) return; in test_return()
263 if (UV) return; in test_if_jumps()
267 if (UV) return; in test_if_jumps()
421 if (UV) break; in test_while_jumps()
422 if (UV) continue; in test_while_jumps()
423 if (UV) return; in test_while_jumps()
509 if (UV) break; in test_do_jumps()
510 if (UV) continue; in test_do_jumps()
511 if (UV) return; in test_do_jumps()
513 } while (UV); in test_do_jumps()
669 if (UV) break; in test_for_jumps()
670 if (UV) continue; in test_for_jumps()
671 if (UV) return; in test_for_jumps()
747 if (UV) goto l0; in test_goto()
748 if (UV) goto l1; in test_goto()