Home
last modified time | relevance | path

Searched refs:dst_string (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc2612 cpp_string dst_string; in test_lexer_string_locations_simple() local
2615 &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() local
2669 &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() local
2715 &dst_string, type); in test_lexer_string_locations_hex()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c2452 cpp_string dst_string; in test_lexer_string_locations_simple() local
2455 &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() local
2509 &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() local
2555 &dst_string, type); in test_lexer_string_locations_hex()
[all …]