Group 3: Type definitions
The custom rules 3.x
in Polyspace® enforce naming conventions for typedef
aliases.
For information on how to enable these rules, see Check custom rules
(-custom-rules)
.
Number | Rule | Details |
---|---|---|
3.1 | All integer type aliases must follow the specified pattern. | Applies to integer and Boolean types specified by
Does not apply to enumeration types. |
3.2 | All float type aliases must follow the specified pattern. | Applies to double and float types specified by
|
3.3 | All pointer type aliases must follow the specified pattern. | Applies to pointer types specified by
|
3.4 | All array type aliases must follow the specified pattern. | Applies to array types specified by
|
3.5 | All function pointer type aliases must follow the specified pattern. | Applies to function pointer types specified by
|