Searched refs:new_content (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | edit-context.c | 969 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() local 973 "/* after */\n", new_content); in test_applying_fixits_insert_before() 1027 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after() local 1030 "/* after */\n", new_content); in test_applying_fixits_insert_after() 1069 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after_at_line_end() local 1072 "/* after */\n", new_content); in test_applying_fixits_insert_after_at_line_end() 1164 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_containing_newline() local 1170 new_content); in test_applying_fixits_insert_containing_newline() 1208 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_growing_replace() local 1213 "/* after */\n", new_content); in test_applying_fixits_growing_replace() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | edit-context.cc | 975 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_before() local 979 "/* after */\n", new_content); in test_applying_fixits_insert_before() 1033 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after() local 1036 "/* after */\n", new_content); in test_applying_fixits_insert_after() 1075 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_after_at_line_end() local 1078 "/* after */\n", new_content); in test_applying_fixits_insert_after_at_line_end() 1170 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_insert_containing_newline() local 1176 new_content); in test_applying_fixits_insert_containing_newline() 1214 auto_free <char *> new_content = edit.get_content (filename); in test_applying_fixits_growing_replace() local 1219 "/* after */\n", new_content); in test_applying_fixits_growing_replace() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | line-map.cc | 2220 rich_location::add_fixit_insert_before (const char *new_content) in add_fixit_insert_before() argument 2222 add_fixit_insert_before (get_loc (), new_content); in add_fixit_insert_before() 2230 const char *new_content) in add_fixit_insert_before() argument 2233 maybe_add_fixit (start, start, new_content); in add_fixit_insert_before() 2240 rich_location::add_fixit_insert_after (const char *new_content) in add_fixit_insert_after() argument 2242 add_fixit_insert_after (get_loc (), new_content); in add_fixit_insert_after() 2250 const char *new_content) in add_fixit_insert_after() argument 2264 maybe_add_fixit (next_loc, next_loc, new_content); in add_fixit_insert_after() 2301 rich_location::add_fixit_replace (const char *new_content) in add_fixit_replace() argument 2303 add_fixit_replace (get_loc (), new_content); in add_fixit_replace() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | line-map.c | 2140 rich_location::add_fixit_insert_before (const char *new_content) in add_fixit_insert_before() argument 2142 add_fixit_insert_before (get_loc (), new_content); in add_fixit_insert_before() 2150 const char *new_content) in add_fixit_insert_before() argument 2153 maybe_add_fixit (start, start, new_content); in add_fixit_insert_before() 2160 rich_location::add_fixit_insert_after (const char *new_content) in add_fixit_insert_after() argument 2162 add_fixit_insert_after (get_loc (), new_content); in add_fixit_insert_after() 2170 const char *new_content) in add_fixit_insert_after() argument 2184 maybe_add_fixit (next_loc, next_loc, new_content); in add_fixit_insert_after() 2221 rich_location::add_fixit_replace (const char *new_content) in add_fixit_replace() argument 2223 add_fixit_replace (get_loc (), new_content); in add_fixit_replace() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | line-map.h | 1651 add_fixit_insert_before (const char *new_content); 1656 const char *new_content); 1661 add_fixit_insert_after (const char *new_content); 1666 const char *new_content); 1687 add_fixit_replace (const char *new_content); 1693 const char *new_content); 1699 const char *new_content); 1736 const char *new_content); 1852 const char *new_content); 1860 const char *new_content);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | line-map.h | 1710 add_fixit_insert_before (const char *new_content); 1715 const char *new_content); 1720 add_fixit_insert_after (const char *new_content); 1725 const char *new_content); 1746 add_fixit_replace (const char *new_content); 1752 const char *new_content); 1758 const char *new_content); 1807 const char *new_content); 1924 const char *new_content); 1932 const char *new_content);
|