Searched defs:richloc (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | diagnostic.c | 254 va_list *args, rich_location *richloc, in diagnostic_set_info_translated() 271 va_list *args, rich_location *richloc, in diagnostic_set_info() 777 print_parseable_fixits (pretty_printer *pp, rich_location *richloc) in print_parseable_fixits() 1090 diagnostic_impl (rich_location *richloc, int opt, in diagnostic_impl() 1113 diagnostic_n_impl (rich_location *richloc, int opt, unsigned HOST_WIDE_INT n, in diagnostic_n_impl() 1174 inform (rich_location *richloc, const char *gmsgid, ...) in inform() 1230 warning_at (rich_location *richloc, int opt, const char *gmsgid, ...) in warning_at() 1244 warning_n (rich_location *richloc, int opt, unsigned HOST_WIDE_INT n, in warning_n() 1303 pedwarn (rich_location *richloc, int opt, const char *gmsgid, ...) in pedwarn() 1335 permerror (rich_location *richloc, const char *gmsgid, ...) in permerror() [all …]
|
H A D | diagnostic.h | 36 rich_location *richloc; member
|
H A D | diagnostic-show-locus.c | 820 rich_location *richloc, in layout() 1981 rich_location *richloc, in diagnostic_show_locus()
|
H A D | edit-context.c | 220 edit_context::add_fixits (rich_location *richloc) in add_fixits()
|
H A D | genmatch.c | 76 error_cb (cpp_reader *, int errtype, int, rich_location *richloc, in error_cb()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | known-headers.cc | 194 gcc_rich_location richloc (get_location ()); in ~suggest_missing_header() local
|
H A D | c-common.c | 2641 binary_op_error (rich_location *richloc, enum tree_code code, in binary_op_error() 5971 rich_location *richloc) in c_parse_error() 6094 rich_location *richloc, in c_cpp_error() 8133 maybe_suggest_missing_token_insertion (rich_location *richloc, in maybe_suggest_missing_token_insertion() 8314 maybe_add_include_fixit (rich_location *richloc, const char *header) in maybe_add_include_fixit()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | errors.c | 35 rich_location *richloc, in cpp_diagnostic_at() 263 cpp_error_at (cpp_reader * pfile, int level, rich_location *richloc, in cpp_error_at()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-typeck.c | 7815 rich_location *richloc) in start_init()
|
H A D | c-parser.c | 867 rich_location *richloc) in c_parser_error_richloc()
|