| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region.cc | 156 /* If this region is a frame_region, or a descendent of one, return it. 159 const frame_region * 165 if (const frame_region *frame_reg = iter->dyn_cast_frame_region ()) 241 /* See the assertion in frame_region::get_region_for_local for the 815 /* class frame_region : public space_region. */ 817 frame_region::~frame_region () 826 frame_region::accept (visitor *v) const 833 /* Implementation of region::dump_to_pp vfunc for frame_region. */ 836 frame_region::dump_to_pp (pretty_printer *pp, bool simple) cons [all...] |
| region.h | 74 frame_region (RK_FRAME) 112 virtual const frame_region * 141 const frame_region *maybe_get_frame_region () const; 258 class frame_region : public space_region class in namespace:ana 261 /* A support class for uniquifying instances of frame_region. */ 264 key_t (const frame_region *calling_frame, function *fun) 292 const frame_region *m_calling_frame; 296 frame_region (unsigned id, const region *parent, function in class:ana::frame_region 297 const frame_region *calling_frame, 302 ~frame_region (); [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region.cc | 477 /* If this region is a frame_region, or a descendent of one, return it. 480 const frame_region * 486 if (const frame_region *frame_reg = iter->dyn_cast_frame_region ()) 565 /* See the assertion in frame_region::get_region_for_local for the 1314 /* class frame_region : public space_region. */ 1316 frame_region::~frame_region () 1325 frame_region::accept (visitor *v) const 1332 /* Implementation of region::dump_to_pp vfunc for frame_region. */ 1335 frame_region::dump_to_pp (pretty_printer *pp, bool simple) cons [all...] |
| region.h | 80 frame_region (RK_FRAME): a function frame on the stack 111 frame_region for a variadic call 130 virtual const frame_region * 161 const frame_region *maybe_get_frame_region () const; 305 class frame_region : public space_region class in namespace:ana 308 /* A support class for uniquifying instances of frame_region. */ 311 key_t (const frame_region *calling_frame, const function &fun) 339 const frame_region *m_calling_frame; 343 frame_region (symbol::id_t id, const region *parent, function in class:ana::frame_region 344 const frame_region *calling_frame [all...] |