GCC Middle and Back End API Reference
|
#include <pending-diagnostic.h>
Public Member Functions | |
void | add_region_creation (const region *reg) |
void | dump_to_pp (pretty_printer *pp, bool simple) const |
Data Fields | |
auto_vec< const region * > | m_region_creation |
A bundle of information about things that are of interest to a pending_diagnostic. For now, merely the set of regions that are pertinent to the diagnostic, so that we can notify the user about when they were created.
void ana::interesting_t::add_region_creation | ( | const region * | reg | ) |
void ana::interesting_t::dump_to_pp | ( | pretty_printer * | pp, |
bool | simple ) const |