Lines Matching refs:dstsize
4376 unsigned HOST_WIDE_INT dstsize = HOST_WIDE_INT_M1U;
4569 dstsize = get_destination_size (dstptr, info.callstmt, ptr_qry);
4577 dstsize = tree_to_uhwi (size);
4584 if (dstsize > target_size_max () / 2)
4594 dstsize, target_size_max () / 2);
4595 /* POSIX requires snprintf to fail if DSTSIZE is greater
4600 else if (dstsize > target_int_max ())
4604 dstsize);
4605 /* POSIX requires snprintf to fail if DSTSIZE is greater
4625 dstsize = warn_level < 2 ? maxsize : minsize;
4633 /* POSIX requires snprintf to fail if DSTSIZE is greater
4651 if (info.bounded && !dstsize)
4679 info.objsize = dstsize < objsize ? dstsize : objsize;
4682 && dstsize < target_size_max () / 2 && objsize < dstsize
4691 "of the destination object", dstsize, objsize);