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

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c86 tree on_alt_list; member in struct:handler_state
220 hstate->on_alt_list = NULL_TREE;
296 for (t = current_handler->on_alt_list; t != NULL_TREE; t = TREE_CHAIN (t))
507 current_handler->on_alt_list =
508 tree_cons (handler_number, labels, current_handler->on_alt_list);
513 tree tmp = current_handler->on_alt_list;
654 for (t = h->on_alt_list; t != NULL_TREE; t = TREE_CHAIN (t))

Completed in 39 milliseconds