Searched refs:dst_string (Results 1 – 2 of 2) sorted by relevance
2612 cpp_string dst_string; in test_lexer_string_locations_simple() local2615 &dst_string, type); in test_lexer_string_locations_simple()2617 ASSERT_STREQ ("0123456789", (const char *)dst_string.text); in test_lexer_string_locations_simple()2618 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_simple()2666 cpp_string dst_string; in test_lexer_string_locations_ebcdic() local2669 &dst_string, type); in test_lexer_string_locations_ebcdic()2675 (const char *)dst_string.text); in test_lexer_string_locations_ebcdic()2676 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_ebcdic()2712 cpp_string dst_string; in test_lexer_string_locations_hex() local2715 &dst_string, type); in test_lexer_string_locations_hex()[all …]
2452 cpp_string dst_string; in test_lexer_string_locations_simple() local2455 &dst_string, type); in test_lexer_string_locations_simple()2457 ASSERT_STREQ ("0123456789", (const char *)dst_string.text); in test_lexer_string_locations_simple()2458 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_simple()2506 cpp_string dst_string; in test_lexer_string_locations_ebcdic() local2509 &dst_string, type); in test_lexer_string_locations_ebcdic()2515 (const char *)dst_string.text); in test_lexer_string_locations_ebcdic()2516 free (const_cast <unsigned char *> (dst_string.text)); in test_lexer_string_locations_ebcdic()2552 cpp_string dst_string; in test_lexer_string_locations_hex() local2555 &dst_string, type); in test_lexer_string_locations_hex()[all …]