GCC Middle and Back End API Reference
|
#include <exploded-graph.h>
Public Member Functions | |
virtual | ~stmt_finder () |
virtual std::unique_ptr< stmt_finder > | clone () const =0 |
virtual const gimple * | find_stmt (const exploded_path &epath)=0 |
virtual void | update_event_loc_info (event_loc_info &)=0 |
Abstract base class for use when passing NULL as the stmt for a possible warning, allowing the choice of stmt to be deferred until after we have an emission path (and know we're emitting a warning).
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |