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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member in struct:leh_tf_state
436 if (!tf->goto_queue_map)
438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
590 gcc_assert (!tf->goto_queue_map);
1743 if (this_tf.goto_queue_map)
1744 delete this_tf.goto_queue_map;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc389 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member in struct:leh_tf_state
436 if (!tf->goto_queue_map)
438 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
441 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
447 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
590 gcc_assert (!tf->goto_queue_map);
1738 if (this_tf.goto_queue_map)
1739 delete this_tf.goto_queue_map;

Completed in 210 milliseconds