Searched refs:global_handler_list (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c112 /* The global_handler_list is constructed in pass 1. It is not sorted.
115 of that action. The global_handler_list is eaten up during pass 2. */
117 struct handler_state *global_handler_list = NULL; variable in typeref:struct:handler_state
157 /* First sort the global_handler_list on ACTION_NUMBER.
161 register struct handler_state *old_list = global_handler_list;
165 global_handler_list = free_handlers;
167 global_handler_list
170 ACTION_NUMBER (global_handler_list) = action_number + 1;
171 /* Now move all the elements in old_list over to global_handler_list. */
174 register struct handler_state **ptr = &global_handler_list;
[all...]

Completed in 87 milliseconds