Searched refs:dst_string (Results 1 – 1 of 1) sorted by relevance
2410 cpp_string dst_string; in test_lexer_string_locations_simple() local2413 &dst_string, type); in test_lexer_string_locations_simple()2415 ASSERT_STREQ ("0123456789", (const char *)dst_string.text); in test_lexer_string_locations_simple()2416 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_simple()2464 cpp_string dst_string; in test_lexer_string_locations_ebcdic() local2467 &dst_string, type); in test_lexer_string_locations_ebcdic()2473 (const char *)dst_string.text); in test_lexer_string_locations_ebcdic()2474 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_ebcdic()2510 cpp_string dst_string; in test_lexer_string_locations_hex() local2513 &dst_string, type); in test_lexer_string_locations_hex()[all …]