Lines Matching refs:cpp_token

1948 		     const cpp_token *tok,  in assert_token_loc_eq()
2002 const cpp_token *tok; in test_lexer()
2074 const cpp_token *get_token ();
2231 const cpp_token *tok; in ~lexer_test()
2243 const cpp_token *
2247 const cpp_token *tok; in get_token()
2399 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_simple()
2448 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ebcdic()
2500 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_hex()
2546 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_oct()
2582 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_1()
2622 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_letter_escape_2()
2658 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn4()
2727 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_ucn8()
2791 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_wide_string()
2841 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_string16()
2882 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_string32()
2924 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_u8()
2998 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_utf8_source()
3043 const cpp_token *tok_a = test.get_token (); in test_lexer_string_locations_concatenation_1()
3049 const cpp_token *tok_b = test.get_token (); in test_lexer_string_locations_concatenation_1()
3101 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_concatenation_2()
3175 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_concatenation_3()
3222 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_macro()
3254 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_stringified_macro_argument()
3293 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_non_string()
3322 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_long_line()
3346 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_one_line()
3386 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_multiline()
3419 const cpp_token *tok = test.get_token (); in test_lexer_string_locations_raw_string_unterminated()
3449 const cpp_token *tok = test.get_token (); in test_lexer_char_constants()