Searched refs:format_length (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 469 int format_length; member 1635 int format_length; in check_format_arg() local 1775 format_length = TREE_STRING_LENGTH (format_tree); in check_format_arg() 1786 && format_length > array_size_value) in check_format_arg() 1787 format_length = array_size_value; in check_format_arg() 1792 if (offset >= format_length) in check_format_arg() 1798 format_length -= offset; in check_format_arg() 1800 if (format_length < 1 || format_chars[--format_length] != 0) in check_format_arg() 1805 if (format_length == 0) in check_format_arg() 1825 format_length, params, arg_num, fwt_pool, arglocs); in check_format_arg() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 471 int format_length; member 1643 int format_length; in check_format_arg() local 1782 format_length = TREE_STRING_LENGTH (format_tree); in check_format_arg() 1793 && format_length > array_size_value) in check_format_arg() 1794 format_length = array_size_value; in check_format_arg() 1799 if (offset >= format_length) in check_format_arg() 1805 format_length -= offset; in check_format_arg() 1807 if (format_length < 1 || format_chars[--format_length] != 0) in check_format_arg() 1812 if (format_length == 0) in check_format_arg() 1832 format_length, params, arg_num, fwt_pool, arglocs); in check_format_arg() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | io.c | 133 static int format_length, use_last_char; variable 157 format_length++; in next_char() 1142 format_length -= value; in check_format() 1347 format_locus.nextc += format_length + 1; in check_format_string() 1392 format_length = 0; in gfc_match_format() 1414 NULL, format_length); in gfc_match_format()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | io.cc | 133 static int format_length, use_last_char; variable 157 format_length++; in next_char() 1142 format_length -= value; in check_format() 1347 format_locus.nextc += format_length + 1; in check_format_string() 1392 format_length = 0; in gfc_match_format() 1414 NULL, format_length); in gfc_match_format()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2010 | 5373 "format_start" and "format_length". 5377 width and precision modifiers in the format_start/format_length
|