Lines Matching refs:UV
30 extern const bool UV;
132 if (UV) return; in test_return()
194 if (UV) goto l0; in test_goto()
195 if (UV) goto l1; in test_goto()
322 if (UV) return; in test_if_jumps()
326 if (UV) return; in test_if_jumps()
460 if (UV) break; in test_while_jumps()
461 if (UV) continue; in test_while_jumps()
462 if (UV) return; in test_while_jumps()
489 while (UV); in test_do_implicit_scope()
564 if (UV) break; in test_do_jumps()
565 if (UV) continue; in test_do_jumps()
566 if (UV) return; in test_do_jumps()
568 } while (UV); in test_do_jumps()
678 if (UV) break; in test_switch_jumps()
679 if (UV) return; in test_switch_jumps()
818 if (UV) break; in test_for_jumps()
819 if (UV) continue; in test_for_jumps()
820 if (UV) return; in test_for_jumps()