Searched refs:tok_b (Results 1 – 1 of 1) sorted by relevance
3251 const cpp_token *tok_b = test.get_token (); in test_lexer_string_locations_concatenation_1() local3252 ASSERT_EQ (tok_b->type, CPP_STRING); in test_lexer_string_locations_concatenation_1()3253 ASSERT_TOKEN_AS_TEXT_EQ (test.m_parser, tok_b, "\"56789\""); in test_lexer_string_locations_concatenation_1()3254 input_strings.safe_push (tok_b->val.str); in test_lexer_string_locations_concatenation_1()3255 input_locs[1] = tok_b->src_loc; in test_lexer_string_locations_concatenation_1()