|
Cppcheck
|
This is the complete list of members for CheckFunctions, 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 | |
| CheckFunctions() | CheckFunctions | inline |
| CheckFunctions(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckFunctions | inlineprivate |
| checkIgnoredReturnValue() | CheckFunctions | private |
| checkLibraryMatchFunctions() | CheckFunctions | private |
| checkMathFunctions() | CheckFunctions | private |
| checkMissingReturn() | CheckFunctions | private |
| checkProhibitedFunctions() | CheckFunctions | private |
| classInfo() const override | CheckFunctions | inlineprivatevirtual |
| copyElisionError(const Token *tok) | CheckFunctions | private |
| getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckFunctions | 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 |
| ignoredReturnErrorCode(const Token *tok, const std::string &function) | CheckFunctions | private |
| ignoredReturnValueError(const Token *tok, const std::string &function) | CheckFunctions | private |
| instances() | Check | static |
| invalidFunctionArgBoolError(const Token *tok, const std::string &functionName, int argnr) | CheckFunctions | private |
| invalidFunctionArgError(const Token *tok, const std::string &functionName, int argnr, const ValueFlow::Value *invalidValue, const std::string &validstr) | CheckFunctions | private |
| invalidFunctionArgStrError(const Token *tok, const std::string &functionName, nonneg int argnr) | CheckFunctions | private |
| invalidFunctionUsage() | CheckFunctions | private |
| loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement) const | Check | inlinevirtual |
| logChecker(const char id[]) | Check | protected |
| mathfunctionCallWarning(const Token *tok, const nonneg int numParam=1) | CheckFunctions | private |
| mathfunctionCallWarning(const Token *tok, const std::string &oldexp, const std::string &newexp) | CheckFunctions | private |
| memsetFloatError(const Token *tok, const std::string &var_value) | CheckFunctions | private |
| memsetInvalid2ndParam() | CheckFunctions | private |
| memsetValueOutOfRangeError(const Token *tok, const std::string &value) | CheckFunctions | private |
| memsetZeroBytes() | CheckFunctions | private |
| memsetZeroBytesError(const Token *tok) | CheckFunctions | private |
| mErrorLogger | Check | protected |
| missingReturnError(const Token *tok) | CheckFunctions | private |
| mName | Check | private |
| mSettings | Check | protected |
| mTokenizer | Check | protected |
| myName() | CheckFunctions | inlineprivatestatic |
| name() const | Check | inline |
| operator=(const Check &)=delete | Check | |
| 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 |
| returnLocalStdMove() | CheckFunctions | private |
| runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckFunctions | inlineprivatevirtual |
| useStandardLibrary() | CheckFunctions | private |
| useStandardLibraryError(const Token *tok, const std::string &expected) | CheckFunctions | private |
| writeToErrorList(const ErrorMessage &errmsg) | Check | static |
| wrongData(const Token *tok, const char *str) | Check | protected |
| ~Check() | Check | inlinevirtual |