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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1375 hash_map<tree, gimple *> *cont_map = NULL; local
1520 if (!cont_map)
1521 cont_map = new hash_map<tree, gimple *>;
1522 cont_map->put (case_lab, q->cont_stmt);
1533 gcc_assert (cont_map);
1535 cont_stmt = *cont_map->get (last_case);
1542 if (cont_map)
1543 delete cont_map;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1374 hash_map<tree, gimple *> *cont_map = NULL; local
1519 if (!cont_map)
1520 cont_map = new hash_map<tree, gimple *>;
1521 cont_map->put (case_lab, q->cont_stmt);
1532 gcc_assert (cont_map);
1534 cont_stmt = *cont_map->get (last_case);
1541 if (cont_map)
1542 delete cont_map;

Completed in 21 milliseconds