Searched refs:fmt_string_loc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | substring-locations.h | 54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc() argument 56 : m_fmt_string_loc (fmt_string_loc), m_string_type (string_type), in substring_loc()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-format.c | 83 format_warning_at_char (location_t fmt_string_loc, tree format_string_cst, in format_warning_at_char() argument 98 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx, in format_warning_at_char()
|