Home
last modified time | relevance | path

Searched refs:rich_loc (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dlex.cc1572 unpaired_bidi_rich_location rich_loc (pfile, loc); in maybe_warn_bidi_on_close() local
1576 cpp_warning_at (pfile, CPP_W_BIDIRECTIONAL, &rich_loc, in maybe_warn_bidi_on_close()
1580 cpp_warning_at (pfile, CPP_W_BIDIRECTIONAL, &rich_loc, in maybe_warn_bidi_on_close()
1605 rich_location rich_loc (pfile->line_table, loc); in maybe_warn_bidi_on_char() local
1606 rich_loc.set_escape_on_output (true); in maybe_warn_bidi_on_char()
1617 rich_loc.add_range (bidi::current_ctx_loc ()); in maybe_warn_bidi_on_char()
1618 cpp_warning_at (pfile, CPP_W_BIDIRECTIONAL, &rich_loc, in maybe_warn_bidi_on_char()
1627 cpp_warning_at (pfile, CPP_W_BIDIRECTIONAL, &rich_loc, in maybe_warn_bidi_on_char()
1631 cpp_warning_at (pfile, CPP_W_BIDIRECTIONAL, &rich_loc, in maybe_warn_bidi_on_char()
1782 encoding_rich_location rich_loc (pfile); in skip_whitespace() local
[all …]
Dcharset.cc1582 encoding_rich_location rich_loc (pfile); in convert_escape() local
1588 cpp_error_at (pfile, CPP_DL_PEDWARN, &rich_loc, in convert_escape()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.cc2265 rich_location rich_loc (line_table, UNKNOWN_LOCATION); in assert_pp_format_va() local
2271 ti.m_richloc = &rich_loc; in assert_pp_format_va()
Ddiagnostic.cc2111 rich_location rich_loc (line_table, UNKNOWN_LOCATION); in add_event() local
2121 ti.m_richloc = &rich_loc; in add_event()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc3132 gcc_rich_location rich_loc (bogus_component_loc); in complain_about_unrecognized_member() local
3146 afi.add_fixit_hint (&rich_loc, accessor); in complain_about_unrecognized_member()
3147 error_at (&rich_loc, in complain_about_unrecognized_member()
3158 error_at (&rich_loc, in complain_about_unrecognized_member()
3171 rich_loc.add_fixit_misspelled_id (bogus_component_loc, in complain_about_unrecognized_member()
3173 error_at (&rich_loc, in complain_about_unrecognized_member()
Dparser.cc4446 rich_location rich_loc (line_table, tok->location); in cp_parser_string_literal() local
4447 rich_loc.add_range (last_tok_loc); in cp_parser_string_literal()
4448 error_at (&rich_loc, in cp_parser_string_literal()
9738 maybe_add_cast_fixit (rich_location *rich_loc, location_t open_paren_loc, in maybe_add_cast_fixit() argument
9757 rich_loc->add_fixit_replace (open_paren_loc, pp_formatted_text (&pp)); in maybe_add_cast_fixit()
9760 rich_loc->add_fixit_replace (close_paren_loc, "> ("); in maybe_add_cast_fixit()
9763 rich_loc->add_fixit_insert_after (")"); in maybe_add_cast_fixit()
9899 gcc_rich_location rich_loc (input_location); in cp_parser_cast_expression() local
9900 maybe_add_cast_fixit (&rich_loc, open_paren_loc, close_paren_loc, in cp_parser_cast_expression()
9902 warning_at (&rich_loc, OPT_Wold_style_cast, in cp_parser_cast_expression()
Dcall.cc4486 gcc_rich_location rich_loc (loc, &label); in implicit_conversion_error() local
4487 error_at (&rich_loc, "could not convert %qE from %qH to %qI", in implicit_conversion_error()