/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | selftest.cc | 183 temp_source_file::temp_source_file (const location &loc, in temp_source_file() function in selftest::temp_source_file 197 temp_source_file::temp_source_file (const location &loc, in temp_source_file() function in selftest::temp_source_file 393 temp_source_file t (SELFTEST_LOCATION, "test1.s", in test_read_file()
|
H A D | edit-context.cc | 915 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 926 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 939 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 960 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_before() 1015 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after() 1060 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_at_line_end() 1102 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_failure() 1151 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_containing_newline() 1200 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_growing_replace() 1245 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_shrinking_replace() [all …]
|
H A D | selftest.h | 110 class temp_source_file : public named_temp_file 113 temp_source_file (const location &loc, const char *suffix, 115 temp_source_file (const location &loc, const char *suffix,
|
H A D | diagnostic-show-locus.cc | 2962 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_layout_x_offset_display_utf8() 3115 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_layout_x_offset_display_tab() 3761 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_one_liner() 4343 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_one_liner_utf8() 4395 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_add_location_if_nearby() 4459 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_fixit_lines() 4702 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_overlapped_fixit_printing() 4913 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_overlapped_fixit_printing_utf8() 5146 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_overlapped_fixit_printing_2() 5238 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_insert_containing_newline() [all …]
|
H A D | input.cc | 2052 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_make_location_nonpure_range_endpoints() 2107 temp_source_file tmp (SELFTEST_LOCATION, ".txt", in test_reading_source_line() 2190 temp_source_file tmp (SELFTEST_LOCATION, ".txt", content); in test_lexer() 2287 temp_source_file m_tempfile;
|
H A D | diagnostic.cc | 2320 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_print_parseable_fixits_bytes_vs_display_columns() 2421 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_get_location_text()
|
H A D | ChangeLog-2016 | 14371 (selftest::temp_source_file::~temp_source_file): Move to... 14376 (class temp_source_file): Convert to a subclass of named_temp_file. 15252 * selftest.c (selftest::temp_source_file::~temp_source_file): 15454 * input.c (class selftest::temp_source_file): Move to 15456 (selftest::temp_source_file::temp_source_file): Move to 15458 (selftest::temp_source_file::~temp_source_file): Likewise. 15459 * selftest.c (selftest::temp_source_file::temp_source_file): Move 15461 (selftest::temp_source_file::~temp_source_file): Likewise. 15462 * selftest.h (class selftest::temp_source_file): Move here from 17303 * input.c (selftest::temp_source_file::temp_source_file): Fix [all …]
|
H A D | ChangeLog-2021 | 8015 * selftest.c (temp_source_file::temp_source_file): New ctor 8017 * selftest.h (temp_source_file::temp_source_file): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | edit-context.c | 909 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 920 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 933 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 954 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_before() 1009 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after() 1054 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_at_line_end() 1096 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_failure() 1145 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_containing_newline() 1194 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_growing_replace() 1239 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_shrinking_replace() [all …]
|
H A D | selftest.c | 184 temp_source_file::temp_source_file (const location &loc, in temp_source_file() function 379 temp_source_file t (SELFTEST_LOCATION, "test1.s", in test_read_file()
|
H A D | selftest.h | 110 class temp_source_file : public named_temp_file 113 temp_source_file (const location &loc, const char *suffix,
|
H A D | diagnostic-show-locus.c | 2656 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_layout_x_offset_display_utf8() 3347 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_one_liner() 3871 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_one_liner_utf8() 3920 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_add_location_if_nearby() 3984 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_fixit_lines() 4227 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_overlapped_fixit_printing() 4434 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_overlapped_fixit_printing_utf8() 4663 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_overlapped_fixit_printing_2() 4751 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_insert_containing_newline() 4822 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_insert_containing_newline_2() [all …]
|
H A D | input.c | 1892 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_make_location_nonpure_range_endpoints() 1947 temp_source_file tmp (SELFTEST_LOCATION, ".txt", in test_reading_source_line() 2030 temp_source_file tmp (SELFTEST_LOCATION, ".txt", content); in test_lexer() 2127 temp_source_file m_tempfile;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-indentation.c | 735 temp_source_file tmp (SELFTEST_LOCATION, ".txt", content); in test_get_visual_column()
|
H A D | c-format.c | 5392 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_type_mismatch_range_labels()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-indentation.cc | 772 temp_source_file tmp (SELFTEST_LOCATION, ".txt", content); in test_get_visual_column()
|
H A D | c-format.cc | 5398 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_type_mismatch_range_labels()
|