Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c299 zero_length_string_p (strinfo *si) in zero_length_string_p() function
1413 if (chainsi->endptr == NULL_TREE && zero_length_string_p (si)) in get_stridx_plus_constant()
1456 if (zero_length_string_p (chainsi)) in zero_length_string()
1706 if (!is_strcat && !zero_length_string_p (si)) in adjust_last_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc372 zero_length_string_p (strinfo *si) in zero_length_string_p() function
1549 if (chainsi->endptr == NULL_TREE && zero_length_string_p (si)) in get_stridx_plus_constant()
1592 if (zero_length_string_p (chainsi)) in zero_length_string()
1836 if (!is_strcat && !zero_length_string_p (si)) in adjust_last_stmt()
H A DChangeLog-201725598 (compare_nonzero_chars, zero_length_string_p): New functions.
25612 Use zero_length_string_p. Update call to new_strinfo.
25615 (adjust_last_stmt): Use zero_length_string_p.