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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1268 gimple *stmt_on_same_line = NULL; local
1271 stmt_on_same_line = first;
1274 stmt_on_same_line = last;
1276 if (stmt_on_same_line)
1278 if (has_discriminator (gimple_location (stmt_on_same_line))

Completed in 23 milliseconds