Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c4855 check_string_literal (tree string, unsigned HOST_WIDE_INT size) in check_string_literal() function
5046 gcc_checking_assert (check_string_literal (exp, size)); in output_constant()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc5116 check_string_literal (tree string, unsigned HOST_WIDE_INT size) in check_string_literal() function
5308 gcc_checking_assert (check_string_literal (exp, size)); in output_constant()
H A DChangeLog-201810825 (check_string_literal): New check function for STRING_CSTs.