GCC Middle and Back End API Reference
ana::evdesc::return_of_state Struct Reference

#include <pending-diagnostic.h>

Inheritance diagram for ana::evdesc::return_of_state:
Collaboration diagram for ana::evdesc::return_of_state:

Public Member Functions

 return_of_state (bool colorize, tree caller_fndecl, tree callee_fndecl, state_machine::state_t state)
 
label_text formatted_print (const char *fmt,...) const ATTRIBUTE_GCC_DIAG(2
 

Data Fields

tree m_caller_fndecl
 
tree m_callee_fndecl
 
state_machine::state_t m_state
 
label_text bool m_colorize
 

Detailed Description

For use by pending_diagnostic::describe_return_of_state.   

Constructor & Destructor Documentation

◆ return_of_state()

ana::evdesc::return_of_state::return_of_state ( bool colorize,
tree caller_fndecl,
tree callee_fndecl,
state_machine::state_t state )
inline

Member Function Documentation

◆ formatted_print()

label_text ana::evdesc::event_desc::formatted_print ( const char * fmt,
... ) const
inherited

Field Documentation

◆ m_callee_fndecl

tree ana::evdesc::return_of_state::m_callee_fndecl

◆ m_caller_fndecl

tree ana::evdesc::return_of_state::m_caller_fndecl

◆ m_colorize

label_text bool ana::evdesc::event_desc::m_colorize
inherited

◆ m_state

state_machine::state_t ana::evdesc::return_of_state::m_state

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