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