Home
last modified time | relevance | path

Searched refs:return_label (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c539 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 DChangeLog9342 `return_label'.
/openbsd-src/gnu/gcc/gcc/
H A Dfunction.h512 #define return_label (cfun->x_return_label) macro
H A Dcfgexpand.c1798 return_label = NULL; in tree_expand_cfg()
H A Dfunction.c4061 return_label = gen_label_rtx (); in expand_function_start()
4374 emit_label (return_label); in expand_function_end()
H A Dstmt.c1558 emit_jump (return_label); in expand_null_return_1()
H A Dexcept.c836 add_ehl_entry (return_label, NULL); in find_exception_handler_labels()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfunction.h558 #define return_label (cfun->x_return_label) macro
H A Dprotector.c899 return_label = gen_label_rtx ();
909 return_label));
915 emit_label (return_label);
H A Dintegrate.c465 if (return_label == 0)
467 return_label = gen_label_rtx ();
468 emit_label (return_label);
H A Dstmt.c755 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 Dfunction.c6615 return_label = gen_label_rtx ();
7034 if (return_label)
7035 emit_label (return_label);
H A Dexcept.c1244 add_ehl_entry (return_label, NULL); in find_exception_handler_labels()
H A DChangeLog.211286 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 Dsemantics.c2585 emit_jump (return_label);
H A DChangeLog9911 return_label unless it exists.
10749 Always emit the jump to return_label.
H A DChangeLog.23779 (cleanup_label, return_label): Delete declarations.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-200039 return_label unless it exists.
877 Always emit the jump to return_label.
H A DChangeLog-19993779 (cleanup_label, return_label): Delete declarations.