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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc 153 target_size_max () function in namespace:__anon13745
2135 if ((unsigned HOST_WIDE_INT)min == target_size_max ())
2137 if ((unsigned HOST_WIDE_INT)max == target_size_max ())
4601 if (dstsize > target_size_max () / 2)
4611 dstsize, target_size_max () / 2);
4699 && dstsize < target_size_max () / 2 && objsize < dstsize
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc 153 target_size_max () function in namespace:__anon16173
2124 if ((unsigned HOST_WIDE_INT)min == target_size_max ())
2126 if ((unsigned HOST_WIDE_INT)max == target_size_max ())
4584 if (dstsize > target_size_max () / 2)
4594 dstsize, target_size_max () / 2);
4682 && dstsize < target_size_max () / 2 && objsize < dstsize

Completed in 21 milliseconds