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 |
A binding from one pattern variable to a cs_ast_field.
A list of these is returned by the pattern-matching function cs_ast_match().
Defined in file cs_ast.h.
| cs_const_string | name | Always set to the name of a variable in the pattern. Note that name is freed when the pattern matched against is deallocated, so do not dereference it after freeing the pattern. |
| cs_ast_field | f | The cs_ast_field to which the variable with the specified name is bound. f.type is set to csft_null if the variable is unbound. |