Lines Matching defs:content

1849   const char *content = "     r += !aaa == bbb;\n";  in test_make_location_nonpure_range_endpoints()  local
1982 const char *content = in test_lexer() local
2206 lexer_test::lexer_test (const line_table_case &case_, const char *content, in lexer_test()
2394 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_simple() local
2442 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_ebcdic() local
2495 const char *content = " \"01234\\x35 789\"\n"; in test_lexer_string_locations_hex() local
2541 const char *content = " \"01234\\065 789\" /* not a string */\n"; in test_lexer_string_locations_oct() local
2578 const char *content = (" \"\\tfoo\\\\\\nbar\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_1() local
2618 const char *content = (" \"%-%\\n\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_2() local
2653 const char *content = " \"01234\\u2174\\u2175789\" /* non-str */\n"; in test_lexer_string_locations_ucn4() local
2722 const char *content = " \"01234\\U00002174\\U00002175789\" /* */\n"; in test_lexer_string_locations_ucn8() local
2786 const char *content = " L\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_wide_string() local
2836 const char *content = " u\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string16() local
2877 const char *content = " U\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string32() local
2919 const char *content = " u8\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_u8() local
2965 const char *content = (" \"before " in test_lexer_string_locations_utf8_source() local
3035 const char *content = (" \"01234\" /* non-str */\n" in test_lexer_string_locations_concatenation_1() local
3088 const char *content = (" \"01\" /* non-str */\n" in test_lexer_string_locations_concatenation_2() local
3163 const char *content in test_lexer_string_locations_concatenation_3() local
3217 const char *content = ("#define MACRO \"0123456789\" /* non-str */\n" in test_lexer_string_locations_macro() local
3249 const char *content = ("#define MACRO(X) #X /* non-str */\n" in test_lexer_string_locations_stringified_macro_argument() local
3289 const char *content = (" a\n"); in test_lexer_string_locations_non_string() local
3313 const char *content = ("/* A very long line, so that we start a new line map. */\n" in test_lexer_string_locations_long_line() local
3342 const char *content = ("R\"foo(0123456789)foo\"\n"); in test_lexer_string_locations_raw_string_one_line() local
3375 const char *content = ("R\"foo(\n" in test_lexer_string_locations_raw_string_multiline() local
3412 const char *content = "R\"ouch()ouCh\" /* etc */"; in test_lexer_string_locations_raw_string_unterminated() local
3440 const char *content = (" 'a'\n" in test_lexer_char_constants() local