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

/freebsd-9.3-release/contrib/gcc/
H A Dxcoffout.c342 static int do_block = 0;
353 if (BLOCK_NUMBER (block) == do_block)
365 else if (BLOCK_NUMBER (block) >= do_block)
393 do_block = n;
453 do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl));
338 static int do_block = 0; variable
H A Dsdbout.c646 static int do_block = 0; variable
657 if (BLOCK_NUMBER (block) == do_block)
661 if (BLOCK_NUMBER (block) > do_block)
1500 do_block = BLOCK_NUMBER (DECL_INITIAL (decl));
1507 do_block = n;

Completed in 62 milliseconds