Searched refs:add_fixit_insert_before (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | diagnostic-show-locus.c | 2127 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 D | edit-context.c | 969 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 D | diagnostic.c | 1600 richloc.add_fixit_insert_before (where, "added content"); in test_print_parseable_fixits_insert()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | line-map.h | 1630 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 D | line-map.c | 2152 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 D | c-warn.c | 501 richloc.add_fixit_insert_before (lhs_loc, "("); in warn_logical_not_parentheses()
|
H A D | c-common.c | 8154 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 D | c-typeck.c | 4291 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 D | c-parser.c | 1793 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 D | parser.c | 22714 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()
|