Searched refs:array_size_value (Results 1 – 1 of 1) sorted by relevance
1409 HOST_WIDE_INT array_size_value = TREE_INT_CST_LOW (array_size); in check_format_arg() local1410 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()