Cppcheck
|
This is the complete list of members for CheckSizeof, including all inherited members.
analyseWholeProgram(const CTU::FileInfo *ctu, const std::list< FileInfo * > &fileInfo, const Settings &, ErrorLogger &) | Check | inlinevirtual |
arithOperationsOnVoidPointerError(const Token *tok, const std::string &varname, const std::string &vartype) | CheckSizeof | 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 | |
CheckSizeof() | CheckSizeof | inline |
CheckSizeof(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckSizeof | inlineprivate |
checkSizeofForArrayParameter() | CheckSizeof | private |
checkSizeofForNumericParameter() | CheckSizeof | private |
checkSizeofForPointerSize() | CheckSizeof | private |
classInfo() const override | CheckSizeof | inlineprivatevirtual |
divideBySizeofError(const Token *tok, const std::string &memfunc) | CheckSizeof | private |
divideSizeofError(const Token *tok) | CheckSizeof | private |
getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckSizeof | 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 |
mErrorLogger | Check | protected |
mName | Check | private |
mSettings | Check | protected |
mTokenizer | Check | protected |
multiplySizeofError(const Token *tok) | CheckSizeof | private |
myName() | CheckSizeof | 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 | CheckSizeof | inlineprivatevirtual |
sizeofCalculation() | CheckSizeof | private |
sizeofCalculationError(const Token *tok, bool inconclusive) | CheckSizeof | private |
sizeofDereferencedVoidPointerError(const Token *tok, const std::string &varname) | CheckSizeof | private |
sizeofForArrayParameterError(const Token *tok) | CheckSizeof | private |
sizeofForNumericParameterError(const Token *tok) | CheckSizeof | private |
sizeofForPointerError(const Token *tok, const std::string &varname) | CheckSizeof | private |
sizeofFunction() | CheckSizeof | private |
sizeofFunctionError(const Token *tok) | CheckSizeof | private |
sizeofsizeof() | CheckSizeof | private |
sizeofsizeofError(const Token *tok) | CheckSizeof | private |
sizeofVoid() | CheckSizeof | private |
sizeofVoidError(const Token *tok) | CheckSizeof | private |
suspiciousSizeofCalculation() | CheckSizeof | private |
writeToErrorList(const ErrorMessage &errmsg) | Check | static |
wrongData(const Token *tok, const char *str) | Check | protected |
~Check() | Check | inlinevirtual |