Main Content

Group 4: Structures

The custom rules 4.x in Polyspace® enforce naming conventions for structured data types. For information on how to enable these rules, see Check custom rules (-custom-rules).

NumberRuleDetails
4.1All struct tags must follow the specified pattern. 
4.2All struct types must follow the specified pattern.struct types are aliases for previously defined structures (defined with the typedef or using keyword).
4.3All struct fields must follow the specified pattern. 
4.4All struct bit fields must follow the specified pattern.