Searched refs:block_depth (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dfinal.c242 static int block_depth; variable
1595 block_depth = 0;
2173 if (block_depth == max_block_depth)
2181 pending_blocks[block_depth++] = next_block_index;
2219 --block_depth;
2220 if (block_depth < 0)
2226 pending_blocks[block_depth]);
2231 pending_blocks[block_depth]);
2236 pending_blocks[block_depth]);
2240 dwarfout_end_block (pending_blocks[block_depth]);
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c3862 unsigned int block_depth;
7068 ++info->block_depth;
7088 assert (info->block_depth == 1);
7212 if (info->block_depth == 1)
7233 ++info->block_depth;
7256 --info->block_depth;
7271 assert (info->block_depth == 1);
7273 --info->block_depth;
3860 unsigned int block_depth; member in struct:ieee_handle
H A Dstabs.c87 int block_depth; member in struct:stab_handle
473 ++info->block_depth;
494 --info->block_depth;
495 if (info->block_depth < 0)
/haiku-buildtools/binutils/binutils/
H A Dieee.c3872 unsigned int block_depth;
7076 ++info->block_depth;
7096 assert (info->block_depth == 1);
7220 if (info->block_depth == 1)
7241 ++info->block_depth;
7264 --info->block_depth;
7279 assert (info->block_depth == 1);
7281 --info->block_depth;
3870 unsigned int block_depth; member in struct:ieee_handle
H A Dstabs.c84 int block_depth; member in struct:stab_handle
470 ++info->block_depth;
491 --info->block_depth;
492 if (info->block_depth < 0)
/haiku-buildtools/gcc/gcc/
H A Dfinal.c209 static int block_depth; variable
1802 block_depth = 0;
2340 ++block_depth;
2376 --block_depth;
2377 gcc_assert (block_depth >= 0);

Completed in 173 milliseconds