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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dregion-model.h824 map_region
864 virtual map_region *dyn_cast_map_region () { return NULL; }
975 class map_region : public region class in namespace:ana
981 map_region (region_id parent_rid, tree type) function in class:ana::map_region
984 map_region (const map_region &other);
986 map_region *dyn_cast_map_region () FINAL OVERRIDE { return this; }
1013 static bool can_merge_p (const map_region *map_region_a,
1014 const map_region *map_region_b,
1015 map_region *merged_map_regio
[all...]
H A Danalyzer.h45 class map_region;
H A Dregion-model.cc1294 for (map_region::iterator_t iter = src_reg->begin ();
1682 /* class map_region : public region. */
1684 /* map_region's copy ctor. */
1686 map_region::map_region (const map_region &other) function in class:ana::map_region
1692 /* Compare the fields of this map_region with OTHER, returning true
1697 map_region::compare_fields (const map_region &other) const
1717 /* Implementation of region::print_fields vfunc for map_region
[all...]

Completed in 149 milliseconds