|
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_enode, m_finder, m_loc, m_snode, m_stmt, ana::stmt, and UNKNOWN_LOCATION.
|
inline |
| exploded_node* ana::pending_location::m_enode |
Referenced by pending_location(), and pending_location().
| const stmt_finder* ana::pending_location::m_finder |
Referenced by pending_location(), and pending_location().
| location_t ana::pending_location::m_loc |
Referenced by pending_location(), and pending_location().
| const supernode* ana::pending_location::m_snode |
Referenced by pending_location(), and pending_location().
| const gimple* ana::pending_location::m_stmt |
Referenced by pending_location(), and pending_location().