Searched refs:temp_source_file (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | edit-context.c | 916 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 927 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 940 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_get_content() 961 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_before() 1016 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after() 1061 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_at_line_end() 1103 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_after_failure() 1152 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_insert_containing_newline() 1201 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_growing_replace() 1246 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_applying_fixits_shrinking_replace() [all …]
|
H A D | selftest.c | 142 temp_source_file::temp_source_file (const location &loc, in temp_source_file() function 318 temp_source_file t (SELFTEST_LOCATION, "test1.s", in test_read_file()
|
H A D | selftest.h | 100 class temp_source_file : public named_temp_file 103 temp_source_file (const location &loc, const char *suffix,
|
H A D | diagnostic-show-locus.c | 2364 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_one_liner() 2408 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_add_location_if_nearby() 2473 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_diagnostic_show_locus_fixit_lines() 2696 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_overlapped_fixit_printing() 2895 temp_source_file tmp (SELFTEST_LOCATION, ".c", content); in test_overlapped_fixit_printing_2() 2985 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_insert_containing_newline() 3041 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_insert_containing_newline_2() 3089 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_replace_containing_newline() 3130 temp_source_file tmp (SELFTEST_LOCATION, ".c", old_content); in test_fixit_deletion_affecting_newline()
|
H A D | input.c | 1850 temp_source_file tmp (SELFTEST_LOCATION, ".C", content); in test_make_location_nonpure_range_endpoints() 1905 temp_source_file tmp (SELFTEST_LOCATION, ".txt", in test_reading_source_line() 1989 temp_source_file tmp (SELFTEST_LOCATION, ".txt", content); in test_lexer() 2085 temp_source_file m_tempfile;
|