Home
last modified time | relevance | path

Searched refs:goto_queue_active (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDtree-eh.c325 size_t goto_queue_active; member
374 bsearch (&tmp, tf->goto_queue, tf->goto_queue_active, in find_goto_replacement()
472 if (tf->goto_queue_active == 0) in replace_goto_queue()
535 active = tf->goto_queue_active; in maybe_record_in_goto_queue()
546 tf->goto_queue_active = active + 1; in maybe_record_in_goto_queue()
928 qe = q + tf->goto_queue_active; in lower_try_finally_nofallthru()
988 qe = q + tf->goto_queue_active; in lower_try_finally_onedest()
1073 qe = q + tf->goto_queue_active; in lower_try_finally_copy()
1233 qe = q + tf->goto_queue_active; in lower_try_finally_switch()
1384 if (this_tf.goto_queue_active > 1) in lower_try_finally()
[all …]