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

  /src/external/gpl3/gdb.old/dist/gdb/
symmisc.c 46 static int block_depth (const struct block *);
281 depth = block_depth (b) * 2;
940 block_depth (const struct block *block)
938 block_depth (const struct block *block) function
  /src/external/gpl3/gdb/dist/gdb/
symmisc.c 46 static int block_depth (const struct block *);
281 depth = block_depth (b) * 2;
940 block_depth (const struct block *block)
938 block_depth (const struct block *block) function
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 84 int block_depth; member in struct:stab_handle
501 ++info->block_depth;
522 --info->block_depth;
523 if (info->block_depth < 0)
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 84 int block_depth; member in struct:stab_handle
501 ++info->block_depth;
522 --info->block_depth;
523 if (info->block_depth < 0)
  /src/external/gpl3/gcc/dist/gcc/
final.cc 165 static int block_depth; variable
1686 block_depth = 0;
2310 ++block_depth;
2335 --block_depth;
2336 gcc_assert (block_depth >= 0);
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 180 static int block_depth; variable
1702 block_depth = 0;
2330 ++block_depth;
2368 --block_depth;
2369 gcc_assert (block_depth >= 0);

Completed in 25 milliseconds