Searched refs:substring_loc (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | substring-locations.h | 46 class substring_loc 54 substring_loc (location_t fmt_string_loc, tree string_type, in substring_loc() function 79 extern bool format_warning_va (const substring_loc &fmt_loc, 85 extern bool format_warning_n_va (const substring_loc &fmt_loc, 93 extern bool format_warning_at_substring (const substring_loc &fmt_loc, 99 extern bool format_warning_at_substring_n (const substring_loc &fmt_loc,
|
| HD | substring-locations.c | 104 format_warning_n_va (const substring_loc &fmt_loc, in format_warning_n_va() 190 format_warning_va (const substring_loc &fmt_loc, in format_warning_va() 202 format_warning_at_substring (const substring_loc &fmt_loc, in format_warning_at_substring() 219 format_warning_at_substring_n (const substring_loc &fmt_loc, in format_warning_at_substring_n() 242 substring_loc::get_location (location_t *out_loc) const in get_location()
|
| HD | langhooks.h | 37 class substring_loc; variable 545 const char *(*get_substring_location) (const substring_loc &,
|
| HD | langhooks-def.h | 27 class substring_loc; variable 88 extern const char *lhd_get_substring_location (const substring_loc &,
|
| HD | gimple-ssa-sprintf.c | 599 fmtwarn (const substring_loc &fmt_loc, location_t param_loc, in fmtwarn() 613 fmtwarn_n (const substring_loc &fmt_loc, location_t param_loc, in fmtwarn_n() 2505 maybe_warn (substring_loc &dirloc, location_t argloc, in maybe_warn() 2798 substring_loc dirloc (info.fmtloc, TREE_TYPE (info.format), in format_directive() 3402 substring_loc dirloc (info.fmtloc, TREE_TYPE (info.format), in parse_directive() 3436 substring_loc dirloc (info.fmtloc, TREE_TYPE (info.format), in parse_directive()
|
| HD | langhooks.c | 772 lhd_get_substring_location (const substring_loc &, location_t *) in lhd_get_substring_location() argument
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-format.c | 98 substring_loc fmt_loc (fmt_string_loc, string_type, char_idx, char_idx, in format_warning_at_char() 1039 static void check_format_types (const substring_loc &fmt_loc, 1045 static void format_type_warning (const substring_loc &fmt_loc, 2749 substring_loc fmt_loc (fmt_param_loc, TREE_TYPE (format_string_cst), in check_argument_type() 3049 check_format_types (const substring_loc &fmt_loc, in check_format_types() 3456 get_corrected_substring (const substring_loc &fmt_loc, in get_corrected_substring() 3473 substring_loc type_loc (fmt_loc); in get_corrected_substring() 3574 format_type_warning (const substring_loc &whole_fmt_loc, in format_type_warning() 3624 substring_loc fmt_loc (whole_fmt_loc); in format_type_warning()
|
| HD | c-common.h | 1075 class substring_loc; variable 1076 extern const char *c_get_substring_location (const substring_loc &substr_loc,
|
| HD | c-common.c | 853 c_get_substring_location (const substring_loc &substr_loc, in c_get_substring_location()
|