Searched refs:format_string_loc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 1042 location_t format_string_loc; member 1456 warning_at (res->format_string_loc, OPT_Wformat_, in finish_dollar_format_checking() 1538 res.format_string_loc = input_location; in check_format_info() 1548 location_t loc = format_ctx.res->format_string_loc; in check_format_info() 1701 res->format_string_loc = EXPR_LOC_OR_LOC (format_tree, input_location); in check_format_arg() 1843 location_t format_string_loc, 1889 location_t format_string_loc, flag_chars_t &flag_chars, 1957 const location_t format_string_loc; member in argument_parser 2007 location_t format_string_loc, in validate() argument 2029 format_warning_at_char (format_string_loc, format_string_cst, in validate() [all …]
|
H A D | ChangeLog | 9301 * c-format.c: Add extra_arg_loc and format_string_loc to struct 9307 (check_format_arg): Set extra_arg_loc and format_string_loc.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 1050 location_t format_string_loc; member 1464 warning_at (res->format_string_loc, OPT_Wformat_, in finish_dollar_format_checking() 1546 res.format_string_loc = input_location; in check_format_info() 1556 location_t loc = format_ctx.res->format_string_loc; in check_format_info() 1709 res->format_string_loc = EXPR_LOC_OR_LOC (format_tree, input_location); in check_format_arg() 1850 location_t format_string_loc, 1896 location_t format_string_loc, flag_chars_t &flag_chars, 1964 const location_t format_string_loc; variable 2014 location_t format_string_loc, in validate() argument 2036 format_warning_at_char (format_string_loc, format_string_cst, in validate() [all …]
|