JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.0p0 Hot Tips | CONFIDENTIAL | CodeSecure Inc |
Structure for representing an element of an AST helper enumeration within a cs_ast_field.
The value of the as_integer field will be drawn from an anonymous enumeration that depends on the associated cs_ast_ordinal. We give these enums documentation-only names of the form anonymous_*_enum for ease of reference.
Used in csaf_c_normalized ASTs:
Used in csaf_c_unnormalized ASTs:
Defined in file cs_ast.h.
| csint32 | as_integer | The integer value of the enum element, which will be drawn from an anonymous enumeration as described above. |
| cs_const_string | as_string | A string representation of the enum element |