(self, data)
| 4002 | self.reportError(token, 21, 10) |
| 4003 | |
| 4004 | def misra_21_11(self, data): |
| 4005 | directive = findInclude(data.directives, '<tgmath.h>') |
| 4006 | if directive: |
| 4007 | self.reportError(directive, 21, 11) |
| 4008 | |
| 4009 | def misra_21_12(self, data): |
| 4010 | if findInclude(data.directives, '<fenv.h>'): |
nothing calls this directly
no test coverage detected