Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.cc3007 m_heap_rid (other.m_heap_rid) in root_region()
3024 if (m_heap_rid != other.m_heap_rid) in compare_fields()
3057 m_heap_rid.validate (model); in validate()
3074 else if (child_rid == m_heap_rid) in dump_child_label()
3266 if (m_heap_rid.null_p ()) in ensure_heap_region()
3268 m_heap_rid in ensure_heap_region()
3272 return m_heap_rid; in ensure_heap_region()
3280 return model->get_region <heap_region> (m_heap_rid); in get_heap_region()
3291 map.update (&m_heap_rid); in remap_region_ids()
3374 inchash::add (m_heap_rid, hstate); in add_to_hash()
[all …]
H A Dregion-model.h1620 region_id m_heap_rid; variable