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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 2712 #define DECL_SOURCE_LOCATION(NODE) \
2714 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
2715 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
2716 #define DECL_SOURCE_COLUMN(NODE) LOCATION_COLUMN (DECL_SOURCE_LOCATION (NODE))
2722 (DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
3129 (in_system_header_at (DECL_SOURCE_LOCATION (NODE)))
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 2557 #define DECL_SOURCE_LOCATION(NODE) \
2559 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
2560 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
2561 #define DECL_SOURCE_COLUMN(NODE) LOCATION_COLUMN (DECL_SOURCE_LOCATION (NODE))
2567 (DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
2968 (in_system_header_at (DECL_SOURCE_LOCATION (NODE)))

Completed in 66 milliseconds