Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dinput.c2410 cpp_string dst_string; in test_lexer_string_locations_simple() local
2413 &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() local
2467 &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() local
2513 &dst_string, type); in test_lexer_string_locations_hex()
[all …]