Home
last modified time | relevance | path

Searched refs:new_content (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDedit-context.c976 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() local
980 "/* after */\n", new_content); in test_applying_fixits_insert_before()
1034 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after() local
1037 "/* after */\n", new_content); in test_applying_fixits_insert_after()
1076 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after_at_line_end() local
1079 "/* after */\n", new_content); in test_applying_fixits_insert_after_at_line_end()
1171 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_containing_newline() local
1177 new_content); in test_applying_fixits_insert_containing_newline()
1215 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_growing_replace() local
1220 "/* after */\n", new_content); in test_applying_fixits_growing_replace()
[all …]
/dragonfly/contrib/gcc-8.0/libcpp/
HDline-map.c2152 rich_location::add_fixit_insert_before (const char *new_content) in add_fixit_insert_before() argument
2154 add_fixit_insert_before (get_loc (), new_content); in add_fixit_insert_before()
2162 const char *new_content) in add_fixit_insert_before() argument
2165 maybe_add_fixit (start, start, new_content); in add_fixit_insert_before()
2172 rich_location::add_fixit_insert_after (const char *new_content) in add_fixit_insert_after() argument
2174 add_fixit_insert_after (get_loc (), new_content); in add_fixit_insert_after()
2182 const char *new_content) in add_fixit_insert_after() argument
2196 maybe_add_fixit (next_loc, next_loc, new_content); in add_fixit_insert_after()
2233 rich_location::add_fixit_replace (const char *new_content) in add_fixit_replace() argument
2235 add_fixit_replace (get_loc (), new_content); in add_fixit_replace()
[all …]
/dragonfly/contrib/gcc-8.0/libcpp/include/
HDline-map.h1630 add_fixit_insert_before (const char *new_content);
1635 const char *new_content);
1640 add_fixit_insert_after (const char *new_content);
1645 const char *new_content);
1666 add_fixit_replace (const char *new_content);
1672 const char *new_content);
1678 const char *new_content);
1711 const char *new_content);
1751 const char *new_content);
1759 const char *new_content);