C and C++ Binaries

Data Type: struct cs_access_path_struct

A single node on the access path from some base.

Every node has a kind (a cs_access_path_operator); nodes whose kind is CSAPOP_OFFSET_IN_BITS also have an offset_in_bits value.

For examples, see the entry for cs_access_path.

Defined in file csonar_plugin.h.



Types

On Separate Pages

union cs_access_path_struct::variant_union

Public Attributes

cs_access_path_operator kind the access operator for this node
union cs_access_path_struct::variant_union variant supplementary data, if required