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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c120 static struct handler_state *current_handler = NULL; variable in typeref:struct:handler_state
216 hstate->next = current_handler;
217 current_handler = hstate;
238 hstate->next = current_handler;
239 current_handler = hstate;
266 current_handler->handler_array_decl = decl;
273 tree decl = current_handler->handler_array_decl;
283 handler (current_handler->else_handler>0) or NULL handler to indicate
284 the end of the list (if current_handler->else-handler == 0).
293 build_int_2 (current_handler
[all...]

Completed in 36 milliseconds