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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 210 the size of the largest object is PTRDIFF_MAX. */
221 tree ptrdiff_max = TYPE_MAX_VALUE (ptrdiff_type_node); local
222 tree maxbound = ptrdiff_max;
235 if (maxbound == ptrdiff_max)
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 181 the size of the largest object is PTRDIFF_MAX. */
192 tree ptrdiff_max = TYPE_MAX_VALUE (ptrdiff_type_node); local
193 tree maxbound = ptrdiff_max;
206 if (maxbound == ptrdiff_max)

Completed in 41 milliseconds