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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1382 location_t finally_loc; local
1393 finally_loc = x ? gimple_location (x) : tf_loc;
1403 finally_label = create_artificial_label (finally_loc);
1421 gimple_set_location (x, finally_loc);
1426 create_artificial_label (finally_loc));
1435 gimple_set_location (x, finally_loc);
1561 gimple_set_location (switch_stmt, finally_loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1377 location_t finally_loc; local
1388 finally_loc = x ? gimple_location (x) : tf_loc;
1398 finally_label = create_artificial_label (finally_loc);
1416 gimple_set_location (x, finally_loc);
1421 create_artificial_label (finally_loc));
1430 gimple_set_location (x, finally_loc);
1556 gimple_set_location (switch_stmt, finally_loc);

Completed in 341 milliseconds