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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymmisc.c68 static int block_depth (struct block *);
486 depth = block_depth (b) * 2;
1213 block_depth (struct block *block)
1211 block_depth (struct block *block) function
/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c198 static int block_depth; variable
1386 block_depth = 0;
1796 ++block_depth;
1819 --block_depth;
1820 gcc_assert (block_depth >= 0);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c3860 unsigned int block_depth;
7066 ++info->block_depth;
7086 assert (info->block_depth == 1);
7210 if (info->block_depth == 1)
7231 ++info->block_depth;
7254 --info->block_depth;
7269 assert (info->block_depth == 1);
7271 --info->block_depth;
3858 unsigned int block_depth; member in struct:ieee_handle
H A Dstabs.c85 int block_depth; member in struct:stab_handle
471 ++info->block_depth;
492 --info->block_depth;
493 if (info->block_depth < 0)

Completed in 196 milliseconds