Home
last modified time | relevance | path

Searched refs:target_size_max (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c287 target_size_max () in target_size_max() function
2155 if ((unsigned HOST_WIDE_INT)min == target_size_max ()) in get_string_length()
2157 if ((unsigned HOST_WIDE_INT)max == target_size_max ()) in get_string_length()
3923 if (dstsize > target_size_max () / 2) in handle_gimple_call()
3933 dstsize, target_size_max () / 2); in handle_gimple_call()
3996 && dstsize < target_size_max () / 2 && objsize < dstsize in handle_gimple_call()