Searched refs:fmt_string_loc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/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()
|
/netbsd-src/external/gpl3/gcc.old/dist/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()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-format.cc | 96 format_warning_at_char (location_t fmt_string_loc, tree format_string_cst, in format_warning_at_char() argument 111 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx, in format_warning_at_char() 128 format_warning_substr (location_t fmt_string_loc, tree format_string_cst, in format_warning_substr() argument 137 substring_loc fmt_loc (fmt_string_loc, string_type, pos1, pos1, pos2); in format_warning_substr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-format.c | 96 format_warning_at_char (location_t fmt_string_loc, tree format_string_cst, in format_warning_at_char() argument 111 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx, in format_warning_at_char() 128 format_warning_substr (location_t fmt_string_loc, tree format_string_cst, in format_warning_substr() argument 137 substring_loc fmt_loc (fmt_string_loc, string_type, pos1, pos1, pos2); in format_warning_substr()
|