HomeSort by: relevance | last modified time | path
    Searched refs:finally_tree (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 201 static hash_table<finally_tree_hasher> *finally_tree; variable
213 slot = finally_tree->find_slot (n, INSERT);
298 p = finally_tree->find (&n);
2195 finally_tree = new hash_table<finally_tree_hasher> (31);
2213 delete finally_tree;
2214 finally_tree = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 201 static hash_table<finally_tree_hasher> *finally_tree; variable
213 slot = finally_tree->find_slot (n, INSERT);
298 p = finally_tree->find (&n);
2194 finally_tree = new hash_table<finally_tree_hasher> (31);
2212 delete finally_tree;
2213 finally_tree = NULL;

Completed in 19 milliseconds