Home
last modified time | relevance | path

Searched refs:nonlocal_goto_handler_slots (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.h576 #define nonlocal_goto_handler_slots (cfun->x_nonlocal_goto_handler_slots) macro
H A Dstmt.c607 if (nonlocal_goto_handler_slots == 0)
613 nonlocal_goto_handler_slots
614 = gen_rtx_EXPR_LIST (VOIDmode, slot, nonlocal_goto_handler_slots);
3626 for (slot = nonlocal_goto_handler_slots; slot; slot = XEXP (slot, 1))
3643 slot = nonlocal_goto_handler_slots;
3665 slot = nonlocal_goto_handler_slots;
3807 if (nonlocal_goto_handler_slots != 0)
H A Dexplow.c1478 if (nonlocal_goto_handler_slots != 0)
H A Dfunction.c4269 for (t = nonlocal_goto_handler_slots; t != 0; t = XEXP (t, 1)) in delete_handlers()
6299 nonlocal_goto_handler_slots = 0; in prepare_function_start()
6979 if (nonlocal_goto_handler_slots != 0
H A Dcalls.c3379 if ((flags & ECF_MAY_BE_ALLOCA) && nonlocal_goto_handler_slots != 0)
H A DChangeLog.211261 current_function_check_memory_usage, nonlocal_goto_handler_slots,
11285 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
H A DChangeLog.19243 * function.c (nonlocal_goto_handler_slots): Renamed from
9252 * expr.h (nonlocal_goto_handler_slots): Rename its declaration.