Lines Matching defs:line_table_case

1714 class line_table_case
1717 line_table_case (int default_range_bits, int base_location)
1745 line_table_test::line_table_test (const line_table_case &case_)
1775 test_accessing_ordinary_linemaps (const line_table_case &case_)
1885 test_make_location_nonpure_range_endpoints (const line_table_case &case_)
2020 test_lexer (const line_table_case &case_)
2112 lexer_test (const line_table_case &case_, const char *content,
2248 lexer_test::lexer_test (const line_table_case &case_, const char *content,
2429 test_lexer_string_locations_simple (const line_table_case &case_)
2473 test_lexer_string_locations_ebcdic (const line_table_case &case_)
2530 test_lexer_string_locations_hex (const line_table_case &case_)
2576 test_lexer_string_locations_oct (const line_table_case &case_)
2615 test_lexer_string_locations_letter_escape_1 (const line_table_case &case_)
2656 test_lexer_string_locations_letter_escape_2 (const line_table_case &case_)
2689 test_lexer_string_locations_ucn4 (const line_table_case &case_)
2759 test_lexer_string_locations_ucn8 (const line_table_case &case_)
2823 test_lexer_string_locations_wide_string (const line_table_case &case_)
2873 test_lexer_string_locations_string16 (const line_table_case &case_)
2914 test_lexer_string_locations_string32 (const line_table_case &case_)
2956 test_lexer_string_locations_u8 (const line_table_case &case_)
2990 test_lexer_string_locations_utf8_source (const line_table_case &case_)
3072 test_lexer_string_locations_concatenation_1 (const line_table_case &case_)
3125 test_lexer_string_locations_concatenation_2 (const line_table_case &case_)
3201 test_lexer_string_locations_concatenation_3 (const line_table_case &case_)
3254 test_lexer_string_locations_macro (const line_table_case &case_)
3287 (const line_table_case &case_)
3327 test_lexer_string_locations_non_string (const line_table_case &case_)
3351 test_lexer_string_locations_long_line (const line_table_case &case_)
3380 test_lexer_string_locations_raw_string_one_line (const line_table_case &case_)
3413 test_lexer_string_locations_raw_string_multiline (const line_table_case &case_)
3452 test_lexer_string_locations_raw_string_unterminated (const line_table_case &case_)
3477 test_lexer_char_constants (const line_table_case &case_)
3551 for_each_line_table_case (void (*testcase) (const line_table_case &))
3553 /* As noted above in the description of struct line_table_case,
3571 line_table_case c (default_range_bits, boundary_locations[loc_idx]);
3591 line_table_test ltt (line_table_case (5, 0));