|
Cppcheck
|
This is the complete list of members for CheckAutoVariables, including all inherited members.
| analyseWholeProgram(const CTU::FileInfo *ctu, const std::list< FileInfo * > &fileInfo, const Settings &, ErrorLogger &) | Check | inlinevirtual |
| assignFunctionArg() | CheckAutoVariables | private |
| autoVariables() | CheckAutoVariables | private |
| 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 | |
| checkAutoVariableAssignment(const Token *expr, bool inconclusive, const Token *startToken=nullptr) | CheckAutoVariables | private |
| CheckAutoVariables() | CheckAutoVariables | inline |
| CheckAutoVariables(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckAutoVariables | inlineprivate |
| checkVarLifetime() | CheckAutoVariables | private |
| checkVarLifetimeScope(const Token *start, const Token *end) | CheckAutoVariables | private |
| classInfo() const override | CheckAutoVariables | inlineprivatevirtual |
| diag(const Token *tokvalue) | CheckAutoVariables | private |
| errorAutoVariableAssignment(const Token *tok, bool inconclusive) | CheckAutoVariables | private |
| errorDanglingReference(const Token *tok, const Variable *var, ErrorPath errorPath) | CheckAutoVariables | private |
| errorDanglingTemporaryLifetime(const Token *tok, const ValueFlow::Value *val, const Token *tempTok) | CheckAutoVariables | private |
| errorDanglingTempReference(const Token *tok, ErrorPath errorPath, bool inconclusive) | CheckAutoVariables | private |
| errorDanglngLifetime(const Token *tok, const ValueFlow::Value *val) | CheckAutoVariables | private |
| errorInvalidDeallocation(const Token *tok, const ValueFlow::Value *val) | CheckAutoVariables | private |
| errorInvalidLifetime(const Token *tok, const ValueFlow::Value *val) | CheckAutoVariables | private |
| errorReturnDanglingLifetime(const Token *tok, const ValueFlow::Value *val) | CheckAutoVariables | private |
| errorReturnReference(const Token *tok, ErrorPath errorPath, bool inconclusive) | CheckAutoVariables | private |
| errorReturnTempReference(const Token *tok, ErrorPath errorPath, bool inconclusive) | CheckAutoVariables | private |
| errorUselessAssignmentArg(const Token *tok) | CheckAutoVariables | private |
| errorUselessAssignmentPtrArg(const Token *tok) | CheckAutoVariables | private |
| getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckAutoVariables | 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 |
| mDiagDanglingTemp | CheckAutoVariables | private |
| mErrorLogger | Check | protected |
| mName | Check | private |
| mSettings | Check | protected |
| mTokenizer | Check | protected |
| myName() | CheckAutoVariables | 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 |
| runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckAutoVariables | inlineprivatevirtual |
| writeToErrorList(const ErrorMessage &errmsg) | Check | static |
| wrongData(const Token *tok, const char *str) | Check | protected |
| ~Check() | Check | inlinevirtual |