Lines Matching defs:static_block
92 The STATIC_BLOCK contains all the symbols whose scope is the
97 is in the scope of the block. The STATIC_BLOCK and GLOBAL_BLOCK
255 const struct block *static_block () const;
327 case of C) is the STATIC_BLOCK. The superblock of the
328 STATIC_BLOCK is the GLOBAL_BLOCK. */
405 struct block *static_block ()
406 { return this->block (STATIC_BLOCK); }
409 const struct block *static_block () const
410 { return this->block (STATIC_BLOCK); }
572 BLOCK. BLOCK must be STATIC_BLOCK or GLOBAL_BLOCK. Function is useful if