Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc132 for (compound_values_map_t::iterator iter = m_compound_values_map.begin (); in ~region_model_manager()
133 iter != m_compound_values_map.end (); ++iter) in ~region_model_manager()
1194 if (compound_svalue **slot = m_compound_values_map.get (tmp_key)) in get_or_create_compound_svalue()
1201 m_compound_values_map.put (compound_sval->make_key (), compound_sval); in get_or_create_compound_svalue()
1775 log_uniq_map (logger, show_objs, "compound_svalue", m_compound_values_map); in log_stats()
H A Dregion-model.h440 compound_values_map_t m_compound_values_map; variable