Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-impl-calls.cc796 : call_info (cd), m_found (found) in impl_call_strchr()
802 if (m_found) in impl_call_strchr()
821 if (m_found) in impl_call_strchr()
846 bool m_found; in impl_call_strchr() member in ana::region_model::impl_call_strchr::strchr_call_info
H A Dsvalue.cc601 : m_needle (needle), m_found (false) {} in involvement_visitor()
606 m_found = true; in visit_initial_svalue()
612 m_found = true; in visit_conjured_svalue()
615 bool found_p () const { return m_found; } in found_p()
619 bool m_found; member in ana::involvement_visitor