Cppcheck
|
This is the complete list of members for CheckInternal, including all inherited members.
analyseWholeProgram(const CTU::FileInfo *ctu, const std::list< FileInfo * > &fileInfo, const Settings &, ErrorLogger &) | Check | inlinevirtual |
Check(const std::string &aname) | Check | explicit |
Check(std::string aname, const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | Check | inlineprotected |
Check(const Check &)=delete | Check | |
checkExtraWhitespace() | CheckInternal | private |
CheckInternal() | CheckInternal | inline |
CheckInternal(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckInternal | inlineprivate |
checkMissingPercentCharacter() | CheckInternal | private |
checkRedundantNextPrevious() | CheckInternal | private |
checkRedundantTokCheck() | CheckInternal | private |
checkRedundantTokCheckError(const Token *tok) | CheckInternal | private |
checkTokenMatchPatterns() | CheckInternal | private |
checkTokenSimpleMatchPatterns() | CheckInternal | private |
checkUnknownPattern() | CheckInternal | private |
classInfo() const override | CheckInternal | inlineprivatevirtual |
complexPatternError(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
extraWhitespaceError(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckInternal | inlineprivatevirtual |
getErrorPath(const Token *errtok, const ValueFlow::Value *value, std::string bug) const | Check | protected |
getFileInfo(const Tokenizer &, const Settings &) const | Check | inlinevirtual |
getMessageId(const ValueFlow::Value &value, const char id[]) | Check | protectedstatic |
instances() | Check | static |
loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement) const | Check | inlinevirtual |
logChecker(const char id[]) | Check | protected |
mErrorLogger | Check | protected |
missingPercentCharacterError(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
mName | Check | private |
mSettings | Check | protected |
mTokenizer | Check | protected |
multiComparePatternError(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
myName() | CheckInternal | inlineprivatestatic |
name() const | Check | inline |
operator=(const Check &)=delete | Check | |
orInComplexPattern(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
redundantNextPreviousError(const Token *tok, const std::string &func1, const std::string &func2) | CheckInternal | private |
reportError(const Token *tok, const Severity severity, const std::string &id, const std::string &msg) | Check | inlineprotected |
reportError(const Token *tok, const Severity severity, const std::string &id, const std::string &msg, const CWE &cwe, Certainty certainty) | Check | inlineprotected |
reportError(const std::list< const Token * > &callstack, Severity severity, const std::string &id, const std::string &msg) | Check | inlineprotected |
reportError(const std::list< const Token * > &callstack, Severity severity, const std::string &id, const std::string &msg, const CWE &cwe, Certainty certainty) | Check | protected |
reportError(const ErrorPath &errorPath, Severity severity, const char id[], const std::string &msg, const CWE &cwe, Certainty certainty) | Check | protected |
runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckInternal | inlineprivatevirtual |
simplePatternError(const Token *tok, const std::string &pattern, const std::string &funcname) | CheckInternal | private |
unknownPatternError(const Token *tok, const std::string &pattern) | CheckInternal | private |
writeToErrorList(const ErrorMessage &errmsg) | Check | static |
wrongData(const Token *tok, const char *str) | Check | protected |
~Check() | Check | inlinevirtual |