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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1379 location_t finally_loc; local
1390 finally_loc = x ? gimple_location (x) : tf_loc;
1400 finally_label = create_artificial_label (finally_loc);
1418 gimple_set_location (x, finally_loc);
1423 create_artificial_label (finally_loc));
1432 gimple_set_location (x, finally_loc);
1558 gimple_set_location (switch_stmt, finally_loc);
tree-eh.cc 1379 location_t finally_loc; local
1390 finally_loc = x ? gimple_location (x) : tf_loc;
1400 finally_label = create_artificial_label (finally_loc);
1418 gimple_set_location (x, finally_loc);
1423 create_artificial_label (finally_loc));
1432 gimple_set_location (x, finally_loc);
1558 gimple_set_location (switch_stmt, finally_loc);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1378 location_t finally_loc; local
1389 finally_loc = x ? gimple_location (x) : tf_loc;
1399 finally_label = create_artificial_label (finally_loc);
1417 gimple_set_location (x, finally_loc);
1422 create_artificial_label (finally_loc));
1431 gimple_set_location (x, finally_loc);
1557 gimple_set_location (switch_stmt, finally_loc);
tree-eh.cc 1378 location_t finally_loc; local
1389 finally_loc = x ? gimple_location (x) : tf_loc;
1399 finally_label = create_artificial_label (finally_loc);
1417 gimple_set_location (x, finally_loc);
1422 create_artificial_label (finally_loc));
1431 gimple_set_location (x, finally_loc);
1557 gimple_set_location (switch_stmt, finally_loc);

Completed in 39 milliseconds