Lines Matching defs:content
2051 const char *content = " r += !aaa == bbb;\n"; in test_make_location_nonpure_range_endpoints() local
2183 const char *content = in test_lexer() local
2408 lexer_test::lexer_test (const line_table_case &case_, const char *content, in lexer_test()
2596 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_simple() local
2644 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_ebcdic() local
2697 const char *content = " \"01234\\x35 789\"\n"; in test_lexer_string_locations_hex() local
2743 const char *content = " \"01234\\065 789\" /* not a string */\n"; in test_lexer_string_locations_oct() local
2780 const char *content = (" \"\\tfoo\\\\\\nbar\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_1() local
2820 const char *content = (" \"%-%\\n\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_2() local
2855 const char *content = " \"01234\\u2174\\u2175789\" /* non-str */\n"; in test_lexer_string_locations_ucn4() local
2924 const char *content = " \"01234\\U00002174\\U00002175789\" /* */\n"; in test_lexer_string_locations_ucn8() local
2988 const char *content = " L\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_wide_string() local
3038 const char *content = " u\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string16() local
3079 const char *content = " U\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string32() local
3121 const char *content = " u8\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_u8() local
3167 const char *content = (" \"before " in test_lexer_string_locations_utf8_source() local
3237 const char *content = (" \"01234\" /* non-str */\n" in test_lexer_string_locations_concatenation_1() local
3290 const char *content = (" \"01\" /* non-str */\n" in test_lexer_string_locations_concatenation_2() local
3365 const char *content in test_lexer_string_locations_concatenation_3() local
3419 const char *content = ("#define MACRO \"0123456789\" /* non-str */\n" in test_lexer_string_locations_macro() local
3451 const char *content = ("#define MACRO(X) #X /* non-str */\n" in test_lexer_string_locations_stringified_macro_argument() local
3491 const char *content = (" a\n"); in test_lexer_string_locations_non_string() local
3515 const char *content = ("/* A very long line, so that we start a new line map. */\n" in test_lexer_string_locations_long_line() local
3544 const char *content = ("R\"foo(0123456789)foo\"\n"); in test_lexer_string_locations_raw_string_one_line() local
3577 const char *content = ("R\"foo(\n" in test_lexer_string_locations_raw_string_multiline() local
3614 const char *content = "R\"ouch()ouCh\" /* etc */"; in test_lexer_string_locations_raw_string_unterminated() local
3642 const char *content = (" 'a'\n" in test_lexer_char_constants() local