Searched refs:array_size_value (Results 1 – 2 of 2) sorted by relevance
1783 HOST_WIDE_INT array_size_value = tree_to_shwi (array_size); in check_format_arg() local1784 if (array_size_value > 0 in check_format_arg()1785 && array_size_value == (int) array_size_value in check_format_arg()1786 && format_length > array_size_value) in check_format_arg()1787 format_length = array_size_value; in check_format_arg()
1790 HOST_WIDE_INT array_size_value = tree_to_shwi (array_size); in check_format_arg() local1791 if (array_size_value > 0 in check_format_arg()1792 && array_size_value == (int) array_size_value in check_format_arg()1793 && format_length > array_size_value) in check_format_arg()1794 format_length = array_size_value; in check_format_arg()