Lines Matching defs:content

1891   const char *content = "     r += !aaa == bbb;\n";  in test_make_location_nonpure_range_endpoints()  local
2023 const char *content = in test_lexer() local
2248 lexer_test::lexer_test (const line_table_case &case_, const char *content, in lexer_test()
2436 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_simple() local
2484 const char *content = " \"0123456789\" /* not a string */\n"; in test_lexer_string_locations_ebcdic() local
2537 const char *content = " \"01234\\x35 789\"\n"; in test_lexer_string_locations_hex() local
2583 const char *content = " \"01234\\065 789\" /* not a string */\n"; in test_lexer_string_locations_oct() local
2620 const char *content = (" \"\\tfoo\\\\\\nbar\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_1() local
2660 const char *content = (" \"%-%\\n\" /* non-str */\n"); in test_lexer_string_locations_letter_escape_2() local
2695 const char *content = " \"01234\\u2174\\u2175789\" /* non-str */\n"; in test_lexer_string_locations_ucn4() local
2764 const char *content = " \"01234\\U00002174\\U00002175789\" /* */\n"; in test_lexer_string_locations_ucn8() local
2828 const char *content = " L\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_wide_string() local
2878 const char *content = " u\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string16() local
2919 const char *content = " U\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_string32() local
2961 const char *content = " u8\"0123456789\" /* non-str */\n"; in test_lexer_string_locations_u8() local
3007 const char *content = (" \"before " in test_lexer_string_locations_utf8_source() local
3077 const char *content = (" \"01234\" /* non-str */\n" in test_lexer_string_locations_concatenation_1() local
3130 const char *content = (" \"01\" /* non-str */\n" in test_lexer_string_locations_concatenation_2() local
3205 const char *content in test_lexer_string_locations_concatenation_3() local
3259 const char *content = ("#define MACRO \"0123456789\" /* non-str */\n" in test_lexer_string_locations_macro() local
3291 const char *content = ("#define MACRO(X) #X /* non-str */\n" in test_lexer_string_locations_stringified_macro_argument() local
3331 const char *content = (" a\n"); in test_lexer_string_locations_non_string() local
3355 const char *content = ("/* A very long line, so that we start a new line map. */\n" in test_lexer_string_locations_long_line() local
3384 const char *content = ("R\"foo(0123456789)foo\"\n"); in test_lexer_string_locations_raw_string_one_line() local
3417 const char *content = ("R\"foo(\n" in test_lexer_string_locations_raw_string_multiline() local
3454 const char *content = "R\"ouch()ouCh\" /* etc */"; in test_lexer_string_locations_raw_string_unterminated() local
3482 const char *content = (" 'a'\n" in test_lexer_char_constants() local