Cppcheck
|
This is the complete list of members for CheckMemoryLeak, including all inherited members.
AllocType enum name | CheckMemoryLeak | |
CheckMemoryLeak()=delete | CheckMemoryLeak | |
CheckMemoryLeak(const CheckMemoryLeak &)=delete | CheckMemoryLeak | |
CheckMemoryLeak(const Tokenizer *t, ErrorLogger *e, const Settings *s) | CheckMemoryLeak | inline |
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 | |
getReallocationType(const Token *tok2, nonneg int varid) const | CheckMemoryLeak | |
isOpenDevNull(const Token *tok) const | CheckMemoryLeak | |
isReopenStandardStream(const Token *tok) const | CheckMemoryLeak | |
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_ | CheckMemoryLeak | private |
mismatchAllocDealloc(const std::list< const Token * > &callstack, const std::string &varname) const | CheckMemoryLeak | |
mSettings_ | CheckMemoryLeak | private |
mTokenizer_ | CheckMemoryLeak | private |
New enum value | CheckMemoryLeak | |
NewArray enum value | CheckMemoryLeak | |
No enum value | 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 |
resourceLeakError(const Token *tok, const std::string &varname) const | CheckMemoryLeak |