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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h828 scope_region
1150 class scope_region : public map_region class in namespace:ana
1155 scope_region (region_id parent_rid) function in class:ana::scope_region
1159 scope_region (const scope_region &other) function in class:ana::scope_region
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)
1178 : scope_region (other), m_fun (other.m_fun), m_depth (other.m_depth)
1219 class globals_region : public scope_region
[all...]

Completed in 90 milliseconds