Home
last modified time | relevance | path

Searched refs:add_fixit_insert_before (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c2127 richloc.add_fixit_insert_before ("&"); in test_one_liner_fixit_insert_before()
2265 richloc.add_fixit_insert_before (loc, "test"); in test_one_liner_fixit_validation_adhoc_locations()
2322 richloc.add_fixit_insert_before ("a"); in test_one_liner_many_fixits_1()
2344 richloc.add_fixit_insert_before (loc, "a"); in test_one_liner_many_fixits_2()
2499 richloc.add_fixit_insert_before (x, "."); in test_diagnostic_show_locus_fixit_lines()
2520 richloc.add_fixit_insert_before (y, "."); in test_diagnostic_show_locus_fixit_lines()
2563 richloc.add_fixit_insert_before (c10, "foo"); in test_fixit_consolidation()
2564 richloc.add_fixit_insert_before (c15, "bar"); in test_fixit_consolidation()
2577 richloc.add_fixit_insert_before (c10, "foo"); in test_fixit_consolidation()
2594 richloc.add_fixit_insert_before (c17, "foo"); in test_fixit_consolidation()
[all …]
H A Dedit-context.c969 richloc.add_fixit_insert_before ("/* inserted */"); in test_applying_fixits_insert_before()
1164 richloc.add_fixit_insert_before (line_start, " break;\n"); in test_applying_fixits_insert_containing_newline()
1392 insert_a.add_fixit_insert_before (c7, "/* alpha */"); in test_applying_fixits_multiple()
1396 insert_b.add_fixit_insert_before (c17, "/* beta */"); in test_applying_fixits_multiple()
1460 insert.add_fixit_insert_before ("CHANGED: "); in change_line()
1486 insert.add_fixit_insert_before ("INSERTED\n"); in insert_line()
1656 insert.add_fixit_insert_before ("change 1"); in test_applying_fixits_unreadable_file()
1657 insert.add_fixit_insert_before ("change 2"); in test_applying_fixits_unreadable_file()
1688 insert.add_fixit_insert_before ("change"); in test_applying_fixits_line_out_of_range()
1725 richloc.add_fixit_insert_before (c15, " change"); in test_applying_fixits_column_validation()
[all …]
H A Ddiagnostic.c1600 richloc.add_fixit_insert_before (where, "added content"); in test_print_parseable_fixits_insert()
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h1630 add_fixit_insert_before (const char *new_content);
1634 add_fixit_insert_before (source_location where,
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dline-map.c2152 rich_location::add_fixit_insert_before (const char *new_content) in add_fixit_insert_before() function
2154 add_fixit_insert_before (get_loc (), new_content); in add_fixit_insert_before()
2161 rich_location::add_fixit_insert_before (source_location where, in add_fixit_insert_before() function
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c501 richloc.add_fixit_insert_before (lhs_loc, "("); in warn_logical_not_parentheses()
H A Dc-common.c8154 richloc->add_fixit_insert_before (cpp_type2name (token_type, 0)); in maybe_suggest_missing_token_insertion()
8340 richloc->add_fixit_insert_before (include_insert_loc, text); in maybe_add_include_fixit()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c4291 richloc.add_fixit_insert_before (location, "!"); in build_unary_op()
8159 initializer_stack->missing_brace_richloc->add_fixit_insert_before in push_init_level()
8261 initializer_stack->missing_brace_richloc->add_fixit_insert_before in pop_init_level()
H A Dc-parser.c1793 richloc.add_fixit_insert_before ("struct "); in c_parser_declaration_or_fndef()
1801 richloc.add_fixit_insert_before ("union "); in c_parser_declaration_or_fndef()
1809 richloc.add_fixit_insert_before ("enum "); in c_parser_declaration_or_fndef()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dparser.c22714 richloc.add_fixit_insert_before (next_loc, ";"); in cp_parser_class_specifier_1()
23179 richloc.add_fixit_insert_before (class_head_start_location, in cp_parser_class_head()