HomeSort by: relevance | last modified time | path
    Searched refs:LINE_MAP_MAX_LOCATION (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 172 0x70000000 | LINE_MAP_MAX_LOCATION
312 const location_t LINE_MAP_MAX_LOCATION = 0x70000000;
582 return loc < LINE_MAP_MAX_LOCATION;
  /src/external/gpl3/gcc/dist/libcpp/
line-map.cc 534 start_location >= LINE_MAP_MAX_LOCATION,
598 if (start_location >= LINE_MAP_MAX_LOCATION)
806 if (start_location < LINE_MAP_MAX_LOCATION)
895 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION)))
912 if (highest >= LINE_MAP_MAX_LOCATION)
956 if (r >= LINE_MAP_MAX_LOCATION)
960 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
files.cc 1019 != LINE_MAP_MAX_LOCATION - 1));
  /src/external/gpl3/gcc.old/dist/libcpp/
line-map.cc 451 start_location >= LINE_MAP_MAX_LOCATION,
515 if (start_location >= LINE_MAP_MAX_LOCATION)
691 if (start_location < LINE_MAP_MAX_LOCATION)
781 && (set->max_column_hint || highest >= LINE_MAP_MAX_LOCATION)))
798 if (highest >= LINE_MAP_MAX_LOCATION)
842 if (r >= LINE_MAP_MAX_LOCATION)
846 set->highest_line = set->highest_location = LINE_MAP_MAX_LOCATION - 1;
files.cc 1003 != LINE_MAP_MAX_LOCATION - 1));
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 170 0x70000000 | LINE_MAP_MAX_LOCATION
310 const location_t LINE_MAP_MAX_LOCATION = 0x70000000;
571 return loc < LINE_MAP_MAX_LOCATION;
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 16577 && macro >= LINE_MAP_MAX_LOCATION)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 15922 && macro >= LINE_MAP_MAX_LOCATION)

Completed in 40 milliseconds