Searched refs:cleanup_list (Results 1 – 3 of 3) sorted by relevance
231 struct cleanup *cleanup_list; in list_args_or_locals() local239 cleanup_list = make_cleanup_ui_out_list_begin_end (uiout, locals ? "locals" : "args"); in list_args_or_locals()325 do_cleanups (cleanup_list); in list_args_or_locals()
1261 HLIST_HEAD(cleanup_list); in kfd_cleanup_processes()1273 hlist_add_head(&p->kfd_processes, &cleanup_list); in kfd_cleanup_processes()1277 hlist_for_each_entry_safe(p, p_temp, &cleanup_list, kfd_processes) in kfd_cleanup_processes()
957 fixup_gotos (thisblock, stack_level, cleanup_list, first_insn, dont_jump_in) in fixup_gotos() argument960 tree cleanup_list;996 && (dont_jump_in || stack_level || cleanup_list)