(token, pattern)
| 24 | cppcheckdata.reportError(token, severity, msg, 'misc', id) |
| 25 | |
| 26 | def simpleMatch(token, pattern): |
| 27 | return cppcheckdata.simpleMatch(token, pattern) |
| 28 | |
| 29 | # Get function arguments |
| 30 | def getArgumentsRecursive(tok, arguments): |
no test coverage detected