HomeSort by: relevance | last modified time | path
    Searched defs:catch_stmt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1811 gcatch *catch_stmt; local
1814 catch_stmt = as_a <gcatch *> (gsi_stmt (gsi));
1816 catch_loc = gimple_location (catch_stmt);
1817 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt));
1819 handler = gimple_catch_handler (catch_stmt);
tree-inline.cc 1595 gcatch *catch_stmt = as_a <gcatch *> (stmt); local
1596 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id);
1597 copy = gimple_build_catch (gimple_catch_types (catch_stmt), s1);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1810 gcatch *catch_stmt; local
1813 catch_stmt = as_a <gcatch *> (gsi_stmt (gsi));
1815 catch_loc = gimple_location (catch_stmt);
1816 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt));
1818 handler = gimple_catch_handler (catch_stmt);
tree-inline.cc 1597 gcatch *catch_stmt = as_a <gcatch *> (stmt); local
1598 s1 = remap_gimple_seq (gimple_catch_handler (catch_stmt), id);
1599 copy = gimple_build_catch (gimple_catch_types (catch_stmt), s1);

Completed in 36 milliseconds