C and C++ Binaries

Data Type: struct cs_cfg_path_node_t

A node on a CFG path.

Defined in file csonar_plugin.h.



Public Attributes

cs_pdg_vertex source_vertex A vertex on the path.
cs_edge_label edge_label The edge label of this node. Use a null edge label (cs_edge_label_get_null()) if this doesn't correspond to actual control flow.
cs_const_string problem Describes the problem at the vertex, if any. If NULL or "", no event will be associated with this node.
cs_cfg_path_node_flags flags Characterize the node.