GCC Middle and Back End API Reference
|
#include <checker-event.h>
Public Types | |
enum | verb { VERB_unknown , VERB_acquire , VERB_release , VERB_enter , VERB_exit , VERB_call , VERB_return , VERB_branch , VERB_danger } |
enum | noun { NOUN_unknown , NOUN_taint , NOUN_sensitive , NOUN_function , NOUN_lock , NOUN_memory , NOUN_resource } |
enum | property { PROPERTY_unknown , PROPERTY_true , PROPERTY_false } |
Public Member Functions | |
inlined_call_event (location_t loc, tree apparent_callee_fndecl, tree apparent_caller_fndecl, int actual_depth, int stack_depth_adjustment) | |
void | print_desc (pretty_printer &) const final override |
meaning | get_meaning () const override |
location_t | get_location () const final override |
int | get_stack_depth () const final override |
const logical_location * | get_logical_location () const final override |
bool | connect_to_next_event_p () const override |
diagnostic_thread_id_t | get_thread_id () const final override |
void | maybe_add_sarif_properties (sarif_object &thread_flow_loc_obj) const override |
tree | get_fndecl () const |
int | get_original_stack_depth () const |
virtual void | prepare_for_emission (checker_path *, pending_diagnostic *pd, diagnostic_event_id_t emission_id) |
virtual bool | is_call_p () const |
virtual bool | is_function_entry_p () const |
virtual bool | is_return_p () const |
const diagnostic_event_id_t * | get_id_ptr () const |
void | dump (pretty_printer *pp) const |
void | debug () const |
void | set_location (location_t loc) |
label_text | get_desc (pretty_printer &ref_pp) const |
Data Fields | |
enum event_kind | m_kind |
Protected Attributes | |
location_t | m_loc |
tree | m_original_fndecl |
tree | m_effective_fndecl |
int | m_original_depth |
int | m_effective_depth |
pending_diagnostic * | m_pending_diagnostic |
diagnostic_event_id_t | m_emission_id |
tree_logical_location | m_logical_loc |
Private Attributes | |
tree | m_apparent_callee_fndecl |
tree | m_apparent_caller_fndecl |
A concrete event subclass for describing an inlined call event e.g. "inlined call to 'callee' from 'caller'".
|
inherited |
|
inherited |
|
inherited |
|
inlineoverridevirtualinherited |
Implements diagnostic_event.
Reimplemented in ana::start_cfg_edge_event, and ana::start_consolidated_cfg_edges_event.
|
inherited |
|
inherited |
|
inherited |
Generate a label_text containing the description of this event (for debugging/logging purposes).
References pretty_printer::clone(), pp_formatted_text(), pp_show_color(), and print_desc().
|
inlineinherited |
References m_effective_fndecl.
|
inlineinherited |
References m_emission_id.
|
inlinefinaloverridevirtualinherited |
Implements diagnostic_event.
|
inlinefinaloverridevirtualinherited |
Implements diagnostic_event.
References final(), m_effective_fndecl, m_logical_loc, and NULL.
|
overridevirtual |
Reimplemented from ana::checker_event.
|
inlineinherited |
References m_original_depth.
|
inlinefinaloverridevirtualinherited |
Implements diagnostic_event.
References final(), and m_effective_depth.
|
inlinefinaloverridevirtualinherited |
Implements diagnostic_event.
References final().
|
inlinevirtualinherited |
Reimplemented in ana::call_event.
|
inlinevirtualinherited |
Reimplemented in ana::function_entry_event.
|
inlinevirtualinherited |
Reimplemented in ana::return_event.
|
overridevirtualinherited |
Reimplemented from diagnostic_event.
Reimplemented in ana::superedge_event.
|
virtualinherited |
Reimplemented in ana::rewind_to_setjmp_event, and ana::setjmp_event.
Referenced by ana::checker_path::prepare_for_emission().
|
finaloverridevirtual |
Implements diagnostic_event.
|
inlineinherited |
References m_loc.
|
private |
Referenced by inlined_call_event().
|
private |
Referenced by inlined_call_event().
|
protectedinherited |
Referenced by get_stack_depth().
|
protectedinherited |
Referenced by get_fndecl(), and get_logical_location().
|
protectedinherited |
Referenced by get_id_ptr().
|
inherited |
|
protectedinherited |
Referenced by get_location(), and set_location().
|
protectedinherited |
Referenced by get_logical_location().
|
protectedinherited |
Referenced by get_original_stack_depth().
|
protectedinherited |
|
protectedinherited |