GCC Middle and Back End API Reference
|
#include <diagnostic-manager.h>
Public Member Functions | |
pending_location (exploded_node *enode, const supernode *snode, const gimple *stmt, const stmt_finder *finder) | |
pending_location (exploded_node *enode, const supernode *snode, location_t loc) | |
Data Fields | |
exploded_node * | m_enode |
const supernode * | m_snode |
const gimple * | m_stmt |
const stmt_finder * | m_finder |
location_t | m_loc |
A bundle of information capturing where a pending_diagnostic should be emitted.
|
inline |
References gcc_assert, m_finder, and m_stmt.
|
inline |
exploded_node* ana::pending_location::m_enode |
const stmt_finder* ana::pending_location::m_finder |
Referenced by pending_location().
location_t ana::pending_location::m_loc |
const supernode* ana::pending_location::m_snode |
const gimple* ana::pending_location::m_stmt |
Referenced by pending_location().