Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsvalue.h147 const complexity &get_complexity () const { return m_complexity; } in get_complexity()
182 : m_complexity (c), m_type (type) in svalue()
186 complexity m_complexity;
H A Dregion.h205 const complexity &get_complexity () const { return m_complexity; } in get_complexity()
215 complexity m_complexity; variable
H A Dregion.cc650 : m_complexity (c), m_id (id), m_parent (parent), m_type (type), in region()
H A DChangeLog5459 (svalue::m_complexity): New field.
5615 (region::m_complexity): New.