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

  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-gimplify.cc 140 begin_bc_block (enum bc_t bc, location_t location) function
153 LABEL was returned from the most recent call to begin_bc_block. BLOCK is
243 blab = begin_bc_block (bc_break, start_locus);
244 clab = begin_bc_block (bc_continue, start_locus);
402 break_block = begin_bc_block (bc_break, stmt_locus);
450 tree clab = begin_bc_block (bc_continue, locus);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-gimplify.cc 143 begin_bc_block (enum bc_t bc, location_t location) function
156 LABEL was returned from the most recent call to begin_bc_block. BLOCK is
255 blab = begin_bc_block (bc_break, start_locus);
256 clab = begin_bc_block (bc_continue, start_locus);
487 break_block = begin_bc_block (bc_break, stmt_locus);
535 tree clab = begin_bc_block (bc_continue, locus);

Completed in 16 milliseconds