Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc200 static hash_table<finally_tree_hasher> *finally_tree; variable
212 slot = finally_tree->find_slot (n, INSERT); in record_in_finally_tree()
297 p = finally_tree->find (&n); in outside_finally_tree()
2193 finally_tree = new hash_table<finally_tree_hasher> (31); in execute()
2211 delete finally_tree; in execute()
2212 finally_tree = NULL; in execute()
H A DChangeLog-201332584 * tree-eh.c (htab_t finally_tree):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c200 static hash_table<finally_tree_hasher> *finally_tree; variable
212 slot = finally_tree->find_slot (n, INSERT); in record_in_finally_tree()
297 p = finally_tree->find (&n); in outside_finally_tree()
2201 finally_tree = new hash_table<finally_tree_hasher> (31); in execute()
2219 delete finally_tree; in execute() local
2220 finally_tree = NULL; in execute()