Searched refs:return_label (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 539 tree return_label = TREE_VALUE (tmp); local 540 tree return_state = LABEL_TYPE_STATE (return_label); 562 PUSH_PENDING (return_label); 1274 tree return_label = lookup_label (PC); local 1311 if (! value_member (return_label, LABEL_RETURN_LABELS (target))) 1314 = tree_cons (NULL_TREE, return_label, 1330 PUSH_PENDING (return_label);
|
| H A D | ChangeLog | 9342 `return_label'.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | function.h | 512 #define return_label (cfun->x_return_label) macro
|
| H A D | cfgexpand.c | 1798 return_label = NULL; in tree_expand_cfg()
|
| H A D | function.c | 4061 return_label = gen_label_rtx (); in expand_function_start() 4374 emit_label (return_label); in expand_function_end()
|
| H A D | stmt.c | 1558 emit_jump (return_label); in expand_null_return_1()
|
| H A D | except.c | 836 add_ehl_entry (return_label, NULL); in find_exception_handler_labels()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | function.h | 558 #define return_label (cfun->x_return_label) macro
|
| H A D | protector.c | 899 return_label = gen_label_rtx (); 909 return_label)); 915 emit_label (return_label);
|
| H A D | integrate.c | 465 if (return_label == 0) 467 return_label = gen_label_rtx (); 468 emit_label (return_label);
|
| H A D | stmt.c | 755 if (label == return_label 1040 && ! (f->target_rtl == return_label 3013 rtx end_label = cleanup_label ? cleanup_label : return_label; 3020 end_label = return_label = gen_label_rtx ();
|
| H A D | function.c | 6615 return_label = gen_label_rtx (); 7034 if (return_label) 7035 emit_label (return_label);
|
| H A D | except.c | 1244 add_ehl_entry (return_label, NULL); in find_exception_handler_labels()
|
| H A D | ChangeLog.2 | 11286 nonlocal_goto_stack_level, return_label, save_expr_regs, 11321 (cleanup_label, return_label, frame_offset, tail_recursion_label,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 2585 emit_jump (return_label);
|
| H A D | ChangeLog | 9911 return_label unless it exists. 10749 Always emit the jump to return_label.
|
| H A D | ChangeLog.2 | 3779 (cleanup_label, return_label): Delete declarations.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 39 return_label unless it exists. 877 Always emit the jump to return_label.
|
| H A D | ChangeLog-1999 | 3779 (cleanup_label, return_label): Delete declarations.
|