Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-eh.c198 static htab_t finally_tree; variable
210 slot = htab_find_slot (finally_tree, n, INSERT); in record_in_finally_tree()
270 p = (struct finally_tree_node *) htab_find (finally_tree, &n); in outside_finally_tree()
1684 finally_tree = htab_create (31, struct_ptr_hash, struct_ptr_eq, free); in lower_eh_constructs()
1691 htab_delete (finally_tree); in lower_eh_constructs()