Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-format.c1409 HOST_WIDE_INT array_size_value = TREE_INT_CST_LOW (array_size); in check_format_arg() local
1410 if (array_size_value > 0 in check_format_arg()
1411 && array_size_value == (int) array_size_value in check_format_arg()
1412 && format_length > array_size_value) in check_format_arg()
1413 format_length = array_size_value; in check_format_arg()