Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h1150 class scope_region : public map_region
1155 scope_region (region_id parent_rid) in scope_region() function
1159 scope_region (const scope_region &other) in scope_region() function
1164 bool compare_fields (const scope_region &other) const;
1170 class frame_region : public scope_region
1174 : 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_region
1223 : scope_region (parent_rid) in globals_region()
1227 : scope_region (other) in globals_region()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A DChangeLog5647 (class scope_region): Delete.