__CSTAT__
In this section:
Description
A predefined macro that is defined when the code is processed for analysis. You can use it to explicitly include or exclude specific parts of source code from the analysis.
Example
#ifndef __CSTAT__
/* Code here is not visible to the analysis */
#endif