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

  /src/external/gpl3/gcc/dist/libcpp/include/
line-map.h 191 0x7fffffff | MAX_LOCATION_T | Also used as a mask for
404 The highest possible source location is MAX_LOCATION_T. */
454 const location_t MAX_LOCATION_T = 0x7FFFFFFF;
590 return loc > MAX_LOCATION_T;
1002 : MAX_LOCATION_T + 1;
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 189 0x7fffffff | MAX_LOCATION_T | Also used as a mask for
402 The highest possible source location is MAX_LOCATION_T. */
452 const location_t MAX_LOCATION_T = 0x7FFFFFFF;
579 return loc > MAX_LOCATION_T;
1024 : MAX_LOCATION_T + 1;

Completed in 20 milliseconds