Searched refs:has_undefined_value_p (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-uninit.cc79 has_undefined_value_p (tree t) function
102 /* Like has_undefined_value_p, but don't return true if the no-warning
108 if (!has_undefined_value_p (t))
141 if (!has_undefined_value_p (t))
211 && has_undefined_value_p (v)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-uninit.c78 has_undefined_value_p (tree t) function
85 /* Like has_undefined_value_p, but don't return true if TREE_NO_WARNING
91 if (!has_undefined_value_p (t))
134 if (!has_undefined_value_p (t))
149 && has_undefined_value_p (v)

Completed in 77 milliseconds