|
Cppcheck
|
This is the complete list of members for CheckMemoryLeakInFunction, including all inherited members.
| AllocType enum name | CheckMemoryLeak | |
| 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 | |
| CheckMemoryLeak()=delete | CheckMemoryLeak | |
| CheckMemoryLeak(const CheckMemoryLeak &)=delete | CheckMemoryLeak | |
| CheckMemoryLeak(const Tokenizer *t, ErrorLogger *e, const Settings *s) | CheckMemoryLeak | inline |
| CheckMemoryLeakInFunction() | CheckMemoryLeakInFunction | inline |
| CheckMemoryLeakInFunction(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckMemoryLeakInFunction | inlineprivate |
| checkReallocUsage() | CheckMemoryLeakInFunction | private |
| classInfo() const override | CheckMemoryLeakInFunction | inlineprivatevirtual |
| deallocuseError(const Token *tok, const std::string &varname) const | CheckMemoryLeak | |
| Fd enum value | CheckMemoryLeak | |
| File enum value | CheckMemoryLeak | |
| functionReturnType(const Function *func, std::list< const Function * > *callstack=nullptr) const | CheckMemoryLeak | |
| getAllocationType(const Token *tok2, nonneg int varid, std::list< const Function * > *callstack=nullptr) const | CheckMemoryLeak | |
| getDeallocationType(const Token *tok, nonneg int varid) const | CheckMemoryLeak | |
| getErrorMessages(ErrorLogger *e, const Settings *settings) const override | CheckMemoryLeakInFunction | 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 |
| getReallocationType(const Token *tok2, nonneg int varid) const | CheckMemoryLeak | |
| instances() | Check | static |
| isOpenDevNull(const Token *tok) const | CheckMemoryLeak | |
| isReopenStandardStream(const Token *tok) const | CheckMemoryLeak | |
| loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement) const | Check | inlinevirtual |
| logChecker(const char id[]) | Check | protected |
| Malloc enum value | CheckMemoryLeak | |
| Many enum value | CheckMemoryLeak | |
| memleakError(const Token *tok, const std::string &varname) const | CheckMemoryLeak | |
| memleakUponReallocFailureError(const Token *tok, const std::string &reallocfunction, const std::string &varname) const | CheckMemoryLeak | |
| memoryLeak(const Token *tok, const std::string &varname, AllocType alloctype) const | CheckMemoryLeak | |
| mErrorLogger | Check | protected |
| mErrorLogger_ | CheckMemoryLeak | private |
| mismatchAllocDealloc(const std::list< const Token * > &callstack, const std::string &varname) const | CheckMemoryLeak | |
| mName | Check | private |
| mSettings | Check | protected |
| mSettings_ | CheckMemoryLeak | private |
| mTokenizer | Check | protected |
| mTokenizer_ | CheckMemoryLeak | private |
| myName() | CheckMemoryLeakInFunction | inlineprivatestatic |
| name() const | Check | inline |
| New enum value | CheckMemoryLeak | |
| NewArray enum value | CheckMemoryLeak | |
| No enum value | CheckMemoryLeak | |
| Check::operator=(const Check &)=delete | Check | |
| CheckMemoryLeak::operator=(const CheckMemoryLeak &)=delete | CheckMemoryLeak | |
| OtherMem enum value | CheckMemoryLeak | |
| OtherRes enum value | CheckMemoryLeak | |
| Pipe enum value | CheckMemoryLeak | |
| reportErr(const Token *tok, Severity severity, const std::string &id, const std::string &msg, const CWE &cwe) const | CheckMemoryLeak | private |
| reportErr(const std::list< const Token * > &callstack, Severity severity, const std::string &id, const std::string &msg, const CWE &cwe) const | CheckMemoryLeak | 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 |
| resourceLeakError(const Token *tok, const std::string &varname) const | CheckMemoryLeak | |
| runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckMemoryLeakInFunction | inlineprivatevirtual |
| TestMemleakInFunction class | CheckMemoryLeakInFunction | friend |
| writeToErrorList(const ErrorMessage &errmsg) | Check | static |
| wrongData(const Token *tok, const char *str) | Check | protected |
| ~Check() | Check | inlinevirtual |