Searched refs:scope_region (Results 1 – 2 of 2) sorted by relevance
1150 class scope_region : public map_region1155 scope_region (region_id parent_rid) in scope_region() function1159 scope_region (const scope_region &other) in scope_region() function1164 bool compare_fields (const scope_region &other) const;1170 class frame_region : public scope_region1174 : scope_region (parent_rid), m_fun (fun), m_depth (depth) in frame_region()1178 : scope_region (other), m_fun (other.m_fun), m_depth (other.m_depth) in frame_region()1219 class globals_region : public scope_region1223 : scope_region (parent_rid) in globals_region()1227 : scope_region (other) in globals_region()
5647 (class scope_region): Delete.