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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1775 location_t catch_loc = UNKNOWN_LOCATION; local
1815 if (catch_loc == UNKNOWN_LOCATION)
1816 catch_loc = gimple_location (catch_stmt);
1842 gimple_set_location (eh_dispatch, catch_loc);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1774 location_t catch_loc = UNKNOWN_LOCATION; local
1814 if (catch_loc == UNKNOWN_LOCATION)
1815 catch_loc = gimple_location (catch_stmt);
1841 gimple_set_location (eh_dispatch, catch_loc);

Completed in 41 milliseconds