Searched refs:begin_bc_block (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc140 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);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c75 begin_bc_block (enum bc_t bc, location_t location) function
88 LABEL was returned from the most recent call to begin_bc_block. BLOCK is
264 blab = begin_bc_block (bc_break, start_locus);
265 clab = begin_bc_block (bc_continue, start_locus);
403 break_block = begin_bc_block (bc_break, stmt_locus);
450 tree clab = begin_bc_block (bc_continue, locus);

Completed in 84 milliseconds