Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-format.cc1783 HOST_WIDE_INT array_size_value = tree_to_shwi (array_size); in check_format_arg() local
1784 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-format.c1790 HOST_WIDE_INT array_size_value = tree_to_shwi (array_size); in check_format_arg() local
1791 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()