GCC Middle and Back End API Reference
gcc::topics::analyzer_events::on_frame_popped Struct Reference

#include <common.h>

Collaboration diagram for gcc::topics::analyzer_events::on_frame_popped:

Data Fields

const ana::region_modelm_new_model
const ana::region_modelm_old_model
const ana::svaluem_retval
ana::region_model_contextm_ctxt

Detailed Description

A message published by the analyzer when it simulates popping a stack
frame.   

Field Documentation

◆ m_ctxt

ana::region_model_context* gcc::topics::analyzer_events::on_frame_popped::m_ctxt

◆ m_new_model

const ana::region_model* gcc::topics::analyzer_events::on_frame_popped::m_new_model

◆ m_old_model

const ana::region_model* gcc::topics::analyzer_events::on_frame_popped::m_old_model

◆ m_retval

const ana::svalue* gcc::topics::analyzer_events::on_frame_popped::m_retval

The documentation for this struct was generated from the following file: