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

  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 2065 #define BLOCK_SOURCE_LOCATION(NODE) (BLOCK_CHECK (NODE)->block.locus)
5211 BLOCK_SOURCE_LOCATION is set only to inlined function entry points,
5218 return LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION;
  /src/external/gpl3/gcc/dist/gcc/
tree.h 2217 #define BLOCK_SOURCE_LOCATION(NODE) (BLOCK_CHECK (NODE)->block.locus)
5480 BLOCK_SOURCE_LOCATION is set only to inlined function entry points,
5487 return LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) != UNKNOWN_LOCATION;

Completed in 35 milliseconds