Searched refs:nonlocal_goto_handler_slots (Results 1 – 7 of 7) sorted by relevance
576 #define nonlocal_goto_handler_slots (cfun->x_nonlocal_goto_handler_slots) macro
607 if (nonlocal_goto_handler_slots == 0)613 nonlocal_goto_handler_slots614 = 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)
1478 if (nonlocal_goto_handler_slots != 0)
4269 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
3379 if ((flags & ECF_MAY_BE_ALLOCA) && nonlocal_goto_handler_slots != 0)
11261 current_function_check_memory_usage, nonlocal_goto_handler_slots,11285 nonlocal_goto_handler_slots, nonlocal_goto_handler_labels,
9243 * function.c (nonlocal_goto_handler_slots): Renamed from9252 * expr.h (nonlocal_goto_handler_slots): Rename its declaration.