static const CWE CWE398(398U)
 
Using postfix operators ++ or – rather than postfix operator.
 
void postfixOperatorError(const Token *tok)
Report Error.
 
static bool Match(const Token *tok, const char pattern[], nonneg int varid=0)
Match given token (or list of tokens) to a pattern list.