GCC Middle and Back End API Reference
ana::explicit_throw_event Class Reference

#include <checker-event.h>

Inheritance diagram for ana::explicit_throw_event:
Collaboration diagram for ana::explicit_throw_event:

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

 explicit_throw_event (const event_loc_info &loc_info, const exploded_node *enode, const gcall &throw_call, tree type, bool is_rethrow)
void print_desc (pretty_printer &pp) const final override
location_t get_location () const final override
int get_stack_depth () const final override
logical_location get_logical_location () const final override
meaning get_meaning () const 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_builder &, sarif_object &thread_flow_loc_obj) const override
enum event_kind get_kind () const
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_tget_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

Protected Attributes

const exploded_nodem_enode
const gcallm_throw_call
location_t m_loc
tree m_original_fndecl
tree m_effective_fndecl
int m_original_depth
int m_effective_depth
pending_diagnosticm_pending_diagnostic
diagnostic_event_id_t m_emission_id
logical_location m_logical_loc

Private Attributes

tree m_type
bool m_is_rethrow
enum event_kind m_kind

Detailed Description

A concrete event subclass for an explicit "throw EXC;" or "throw;" (actually, a call to __cxa_throw or __cxa_rethrow).

Member Enumeration Documentation

◆ noun

enum diagnostic_event::noun
inherited
Enumerator
NOUN_unknown 
NOUN_taint 
NOUN_sensitive 
NOUN_function 
NOUN_lock 
NOUN_memory 
NOUN_resource 

◆ property

Enumerator
PROPERTY_unknown 
PROPERTY_true 
PROPERTY_false 

◆ verb

enum diagnostic_event::verb
inherited
Enumerator
VERB_unknown 
VERB_acquire 
VERB_release 
VERB_enter 
VERB_exit 
VERB_call 
VERB_return 
VERB_branch 
VERB_danger 

Constructor & Destructor Documentation

◆ explicit_throw_event()

ana::explicit_throw_event::explicit_throw_event ( const event_loc_info & loc_info,
const exploded_node * enode,
const gcall & throw_call,
tree type,
bool is_rethrow )
inline

Member Function Documentation

◆ connect_to_next_event_p()

bool ana::checker_event::connect_to_next_event_p ( ) const
inlineoverridevirtualinherited

◆ debug()

void ana::checker_event::debug ( ) const
inherited

◆ dump()

void ana::checker_event::dump ( pretty_printer * pp) const
inherited

◆ get_desc()

label_text diagnostic_event::get_desc ( pretty_printer & ref_pp) const
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().

◆ get_fndecl()

tree ana::checker_event::get_fndecl ( ) const
inlineinherited

References m_effective_fndecl.

◆ get_id_ptr()

const diagnostic_event_id_t * ana::checker_event::get_id_ptr ( ) const
inlineinherited

References m_emission_id.

◆ get_kind()

enum event_kind ana::checker_event::get_kind ( ) const
inlineinherited

References m_kind.

◆ get_location()

location_t ana::checker_event::get_location ( ) const
inlinefinaloverridevirtualinherited

Implements diagnostic_event.

References final(), and m_loc.

◆ get_logical_location()

logical_location ana::checker_event::get_logical_location ( ) const
inlinefinaloverridevirtualinherited

Implements diagnostic_event.

References final(), and m_logical_loc.

◆ get_meaning()

meaning ana::checker_event::get_meaning ( ) const
overridevirtualinherited

◆ get_original_stack_depth()

int ana::checker_event::get_original_stack_depth ( ) const
inlineinherited

References m_original_depth.

◆ get_stack_depth()

int ana::checker_event::get_stack_depth ( ) const
inlinefinaloverridevirtualinherited

Implements diagnostic_event.

References final(), and m_effective_depth.

◆ get_thread_id()

diagnostic_thread_id_t ana::checker_event::get_thread_id ( ) const
inlinefinaloverridevirtualinherited

Implements diagnostic_event.

References final().

◆ is_call_p()

virtual bool ana::checker_event::is_call_p ( ) const
inlinevirtualinherited

Reimplemented in ana::call_event.

◆ is_function_entry_p()

virtual bool ana::checker_event::is_function_entry_p ( ) const
inlinevirtualinherited

Reimplemented in ana::function_entry_event.

◆ is_return_p()

virtual bool ana::checker_event::is_return_p ( ) const
inlinevirtualinherited

Reimplemented in ana::return_event.

◆ maybe_add_sarif_properties()

void ana::checker_event::maybe_add_sarif_properties ( sarif_builder & ,
sarif_object & thread_flow_loc_obj ) const
overridevirtualinherited

Reimplemented from diagnostic_event.

Reimplemented in ana::superedge_event.

◆ prepare_for_emission()

virtual void ana::checker_event::prepare_for_emission ( checker_path * ,
pending_diagnostic * pd,
diagnostic_event_id_t emission_id )
virtualinherited

◆ print_desc()

void ana::explicit_throw_event::print_desc ( pretty_printer & pp) const
finaloverridevirtual

Implements diagnostic_event.

◆ set_location()

void ana::checker_event::set_location ( location_t loc)
inlineinherited

References m_loc.

Field Documentation

◆ m_effective_depth

int ana::checker_event::m_effective_depth
protectedinherited

Referenced by get_stack_depth().

◆ m_effective_fndecl

tree ana::checker_event::m_effective_fndecl
protectedinherited

Referenced by get_fndecl().

◆ m_emission_id

diagnostic_event_id_t ana::checker_event::m_emission_id
protectedinherited

Referenced by get_id_ptr().

◆ m_enode

const exploded_node* ana::throw_event::m_enode
protectedinherited

Referenced by throw_event().

◆ m_is_rethrow

bool ana::explicit_throw_event::m_is_rethrow
private

Referenced by explicit_throw_event().

◆ m_kind

enum event_kind ana::checker_event::m_kind
privateinherited

Referenced by get_kind().

◆ m_loc

location_t ana::checker_event::m_loc
protectedinherited

Referenced by get_location(), and set_location().

◆ m_logical_loc

logical_location ana::checker_event::m_logical_loc
protectedinherited

Referenced by get_logical_location().

◆ m_original_depth

int ana::checker_event::m_original_depth
protectedinherited

◆ m_original_fndecl

tree ana::checker_event::m_original_fndecl
protectedinherited

◆ m_pending_diagnostic

pending_diagnostic* ana::checker_event::m_pending_diagnostic
protectedinherited

◆ m_throw_call

const gcall& ana::throw_event::m_throw_call
protectedinherited

Referenced by throw_event().

◆ m_type

tree ana::explicit_throw_event::m_type
private

Referenced by explicit_throw_event().


The documentation for this class was generated from the following file: