Searched refs:nonzero_chars (Results 1 – 1 of 1) sorted by relevance
76 tree nonzero_chars; member193 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() argument491 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 …]