21#ifndef GCC_ANALYZER_CALL_INFO_H
22#define GCC_ANALYZER_CALL_INFO_H
40 virtual label_text
get_desc (
bool can_colorize)
const = 0;
65 label_text
get_desc (
bool can_colorize)
const final override;
Definition call-details.h:29
Definition call-info.h:31
void print(pretty_printer *pp) const final override
const gcall * get_call_stmt() const
Definition call-info.h:37
tree get_fndecl() const
Definition call-info.h:38
const gcall * m_call_stmt
Definition call-info.h:50
call_info(const call_details &cd, const function &called_fn)
call_details get_call_details(region_model *model, region_model_context *ctxt) const
void add_events_to_path(checker_path *emission_path, const exploded_edge &eedge) const final override
call_info(const call_details &cd)
tree m_fndecl
Definition call-info.h:51
virtual label_text get_desc(bool can_colorize) const =0
Definition checker-path.h:32
Definition analyzer.h:367
Definition exploded-graph.h:381
Definition call-info.h:93
failed_call_info(const call_details &cd)
Definition call-info.h:95
Definition region-model.h:718
Definition region-model.h:263
Definition call-info.h:63
succeed_or_fail_call_info(const call_details &cd, bool success)
Definition call-info.h:68
label_text get_desc(bool can_colorize) const final override
bool m_success
Definition call-info.h:71
Definition call-info.h:80
success_call_info(const call_details &cd)
Definition call-info.h:82
Definition pretty-print.h:238
union tree_node * tree
Definition coretypes.h:97
Definition access-diagram.h:30
Definition function.h:249
#define true
Definition system.h:894
#define false
Definition system.h:895
static control_dependences * cd
Definition tree-ssa-dce.cc:102