Searched refs:catch_loc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1778 location_t catch_loc = UNKNOWN_LOCATION; local
1818 if (catch_loc == UNKNOWN_LOCATION)
1819 catch_loc = gimple_location (catch_stmt);
1845 gimple_set_location (eh_dispatch, catch_loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1773 location_t catch_loc = UNKNOWN_LOCATION; local
1813 if (catch_loc == UNKNOWN_LOCATION)
1814 catch_loc = gimple_location (catch_stmt);
1840 gimple_set_location (eh_dispatch, catch_loc);

Completed in 238 milliseconds