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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 330 struct goto_queue_node struct
385 struct goto_queue_node *goto_queue;
390 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
439 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
448 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
589 struct goto_queue_node *q;
600 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size);
739 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod)
776 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod,
1070 struct goto_queue_node *q, *qe
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 330 struct goto_queue_node struct
385 struct goto_queue_node *goto_queue;
390 hash_map<gimple *, goto_queue_node *> *goto_queue_map;
439 tf->goto_queue_map = new hash_map<gimple *, goto_queue_node *>;
448 goto_queue_node **slot = tf->goto_queue_map->get (stmt.g);
589 struct goto_queue_node *q;
600 = XRESIZEVEC (struct goto_queue_node, tf->goto_queue, size);
739 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod)
776 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod,
1069 struct goto_queue_node *q, *qe
    [all...]

Completed in 20 milliseconds