Searched refs:unreachable (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-error-unreachable-block.c20 where the second block is unreachable.
35 gcc_jit_block *unreachable = local
40 gcc_jit_block_end_with_void_return (unreachable, NULL);
49 "unreachable block: b");
H A Dtest-validly-unreachable-block.c20 where the second block is unreachable, but have it
38 gcc_jit_block *unreachable = local
43 gcc_jit_block_end_with_void_return (unreachable, NULL);
49 /* Ensure that the "unreachable blocks" validator was ignored. */
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dselect3.go18 func unreachable() { func
73 unreachable()
80 unreachable()
125 unreachable()
131 unreachable()
137 unreachable()
139 unreachable()
148 unreachable()
161 unreachable()
168 unreachable()
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug028.go28 bug028.go:7: unreachable statements in a switch
H A Dissue4066.go32 panic("unreachable")
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Drelax2.s1 # PUSHJ stub border-cases: two with either or both stubs unreachable,
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Drelax2.s1 # PUSHJ stub border-cases: two with either or both stubs unreachable,
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dnil.go118 println(x, ok) // unreachable
H A Dnilptr.go91 panic("unreachable")
/haiku-buildtools/gcc/gmp/mpn/powerpc64/mode64/
H A Ddive_1.asm29 C * Perhaps remove L(norm) code, it is currently unreachable.
/haiku-buildtools/gcc/gcc/
H A Dsched-rgn.c266 have nonlocal gotos, or if we have an unreachable loop. */
636 int num_bbs, num_insns, unreachable;
774 /* Another check for unreachable blocks. The earlier test in
775 is_cfg_nonregular only finds unreachable blocks that do not
780 dfs_nr is zero for any block, then it must be unreachable. */
781 unreachable = 0;
785 unreachable = 1;
796 /* Do not perform region scheduling if there are any unreachable
798 if (!unreachable)
635 int num_bbs, num_insns, unreachable; local
H A Dipa-prop.c2566 bool unreachable = false; local
2610 unreachable = true;
2683 if (dump_file && !unreachable)
/haiku-buildtools/legacy/gcc/gcc/
H A Dhaifa-sched.c1151 int unreachable;
1155 unreachable = 0;
1168 unreachable = 1;
1193 return unreachable;
1489 int num_bbs, num_insns, unreachable;
1608 /* Another check for unreachable blocks. The earlier test in
1609 is_cfg_nonregular only finds unreachable blocks that do not
1614 dfs_nr is zero for any block, then it must be unreachable. */
1615 unreachable = 0;
1619 unreachable
1148 int unreachable; local
1486 int num_bbs, num_insns, unreachable; local
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc2375 static void unreachable() { function in namespace:__tsan
2376 Report("FATAL: ThreadSanitizer: unreachable called\n");
2551 REAL(atexit) = (int(*)(void(*)()))unreachable;
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c5272 /* Issue an unreachable statement error. From NODE, find the next
10814 /* An unreachable condition in a do-while statement
10815 is *not* (technically) an unreachable statement. */
13837 int unreachable;
13870 /* Partial check for unreachable catch statement: The catch
13875 unreachable = 0;
13889 unreachable = error_found = 1;
13904 if (unreachable)
13832 int unreachable; local
H A Dparse.y2615 /* Issue an unreachable statement error. From NODE, find the next
8157 /* An unreachable condition in a do-while statement
8158 is *not* (technically) an unreachable statement. */
11180 int unreachable;
11213 /* Partial check for unreachable catch statement: The catch
11218 unreachable = 0;
11232 unreachable = error_found = 1;
11247 if (unreachable)
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h2193 int unreachable; member in struct:gfc_case
H A Dresolve.c7650 - Eliminate unreachable cases and unreachable code resulting from
7653 The standard does allow unreachable cases, e.g. CASE (5:3). But
7855 cp->unreachable = 1;
7884 /* See if any case labels that are unreachable have been seen.
7892 && body->ext.block.case_list->unreachable)
7900 /* Strip all other unreachable cases. */
7905 if (cp->next->unreachable)
7936 unreachable case labels for a block. */
7941 /* Cut the unreachable bloc
[all...]

Completed in 493 milliseconds