Searched refs:format_chars (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-format.cc | 1637 const char *format_chars; in check_format_arg() local 1774 format_chars = TREE_STRING_POINTER (format_tree); in check_format_arg() 1797 format_chars += offset; in check_format_arg() 1800 if (format_length < 1 || format_chars[--format_length] != 0) in check_format_arg() 1824 check_format_info_main (res, info, format_chars, fmt_param_loc, format_tree, in check_format_arg() 1841 const char * const format_chars, 1886 argument_parser (function_format_info *info, const char *&format_chars, 1954 const char *&format_chars; member in argument_parser 2005 const char * const format_chars, in validate() argument 2030 format_chars - orig_format_chars, in validate() [all …]
|
| H A D | c-format.h | 138 const char *format_chars; member
|
| H A D | ChangeLog | 5313 * c-format.c (asm_fprintf_char_table): Add 'z' to format_chars. 5472 format_chars.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-format.c | 1645 const char *format_chars; in check_format_arg() local 1781 format_chars = TREE_STRING_POINTER (format_tree); in check_format_arg() 1804 format_chars += offset; in check_format_arg() 1807 if (format_length < 1 || format_chars[--format_length] != 0) in check_format_arg() 1831 check_format_info_main (res, info, format_chars, fmt_param_loc, format_tree, in check_format_arg() 1848 const char * const format_chars, 1893 argument_parser (function_format_info *info, const char *&format_chars, 1961 const char *&format_chars; variable 2012 const char * const format_chars, in validate() argument 2037 format_chars - orig_format_chars, in validate() [all …]
|
| H A D | c-format.h | 138 const char *format_chars; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2000 | 10918 and precision. Always increment format_chars to advance past the
|