21#ifndef GCC_ANALYZER_EVENT_LOC_INFO_H
22#define GCC_ANALYZER_EVENT_LOC_INFO_H
Definition exploded-graph.h:206
Definition program-point.h:54
Definition state-transition.h:99
union tree_node * tree
Definition coretypes.h:97
Definition access-diagram.h:30
event_loc_info event_loc_info_for_function_entry(const program_point &point, const state_transition_at_call *state_trans)
Definition event-loc-info.h:29
location_t m_loc
Definition event-loc-info.h:37
event_loc_info(location_t loc, tree fndecl, int depth)
Definition event-loc-info.h:30
tree m_fndecl
Definition event-loc-info.h:38
event_loc_info(const program_point &point)
int m_depth
Definition event-loc-info.h:39
event_loc_info(const exploded_node *enode)