Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-strlen.c76 tree nonzero_chars; member
193 if (si->nonzero_chars in compare_nonzero_chars()
194 && TREE_CODE (si->nonzero_chars) == INTEGER_CST) in compare_nonzero_chars()
195 return compare_tree_int (si->nonzero_chars, off); in compare_nonzero_chars()
205 return si->full_string_p && integer_zerop (si->nonzero_chars); in zero_length_string_p()
488 new_strinfo (tree ptr, int idx, tree nonzero_chars, bool full_string_p) in new_strinfo() argument
491 si->nonzero_chars = nonzero_chars; in new_strinfo()
562 si->nonzero_chars = fold_build2_loc (loc, MINUS_EXPR, size_type_node, in set_endptr_and_length()
572 if (si->nonzero_chars) in get_string_length()
573 return si->full_string_p ? si->nonzero_chars : NULL; in get_string_length()
[all …]