Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc279 bool count_nonzero_bytes (tree expr_or_type,
4871 strlen_pass::count_nonzero_bytes (tree expr_or_type, gimple *stmt, in count_nonzero_bytes() argument
4875 if (TYPE_P (expr_or_type)) in count_nonzero_bytes()
4876 return nonzero_bytes_for_type (expr_or_type, lenrange, in count_nonzero_bytes()
4889 tree expr = expr_or_type; in count_nonzero_bytes()