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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 2162 expression E and its TREE_BLOCK(E) B, BLOCK_SUPERCONTEXT(B) is the scope
2164 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
2176 /* True if BLOCK has the same ranges as its BLOCK_SUPERCONTEXT. */
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 2010 expression E and its TREE_BLOCK(E) B, BLOCK_SUPERCONTEXT(B) is the scope
2012 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
2024 /* True if BLOCK has the same ranges as its BLOCK_SUPERCONTEXT. */

Completed in 168 milliseconds