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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 392 location_t stmt_locus = EXPR_LOCATION (stmt); local
396 body = build_empty_stmt (stmt_locus);
402 break_block = begin_bc_block (bc_break, stmt_locus);
411 *stmt_p = build2_loc (stmt_locus, SWITCH_EXPR, type, cond, body);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 477 location_t stmt_locus = EXPR_LOCATION (stmt); local
481 body = build_empty_stmt (stmt_locus);
487 break_block = begin_bc_block (bc_break, stmt_locus);
496 *stmt_p = build2_loc (stmt_locus, SWITCH_EXPR, type, cond, body);
  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.cc 1188 location_t stmt_locus = gimple_location (stmt); local
1189 if (same_line_p (locus, &locus_e, stmt_locus))
1191 location_with_discriminator (stmt_locus, discriminator));

Completed in 24 milliseconds