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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 390 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member in struct:leh_tf_state
437 if (!tf->goto_queue_map)
439 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
442 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
448 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
591 gcc_assert (!tf->goto_queue_map);
1740 if (this_tf.goto_queue_map)
1741 delete this_tf.goto_queue_map;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 390 hash_map<gimple *, goto_queue_node *> *goto_queue_map; member in struct:leh_tf_state
437 if (!tf->goto_queue_map)
439 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
442 bool existed = tf->goto_queue_map->put (tf->goto_queue[i].stmt.g,
448 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
591 gcc_assert (!tf->goto_queue_map);
1739 if (this_tf.goto_queue_map)
1740 delete this_tf.goto_queue_map;

Completed in 124 milliseconds