cppcheck-suppress unusedFunction - used in tests only
| 604 | |
| 605 | // cppcheck-suppress unusedFunction - used in tests only |
| 606 | int Token::multiCompare(const Token *tok, const char *haystack, nonneg int varid) |
| 607 | { |
| 608 | return multiCompareImpl(tok, haystack, varid); |
| 609 | } |
| 610 | |
| 611 | bool Token::simpleMatch(const Token *tok, const char pattern[], size_t pattern_len) |
| 612 | { |
nothing calls this directly
no test coverage detected