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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1473 gimple *goto_t = gsi_stmt (last); local
1476 if (simple_goto_p (goto_t))
1478 tree dest = gimple_goto_dest (goto_t);
1481 e->goto_locus = gimple_location (goto_t);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.cc 1391 gimple *goto_t = gsi_stmt (last); local
1394 if (simple_goto_p (goto_t))
1396 tree dest = gimple_goto_dest (goto_t);
1399 e->goto_locus = gimple_location (goto_t);

Completed in 24 milliseconds