|
Cppcheck
|
This is the complete list of members for CheckType, including all inherited members.
| 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 | |
| checkFloatToIntegerOverflow() | CheckType | private |
| checkFloatToIntegerOverflow(const Token *tok, const ValueType *vtint, const ValueType *vtfloat, const std::list< ValueFlow::Value > &floatValues) | CheckType | private |
| checkIntegerOverflow() | CheckType | private |
| checkLongCast() | CheckType | private |
| checkSignConversion() | CheckType | private |
| checkTooBigBitwiseShift() | CheckType | private |
| CheckType() | CheckType | inline |
| CheckType(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckType | inlineprivate |
| classInfo() const override | CheckType | inlineprivatevirtual |
| floatToIntegerOverflowError(const Token *tok, const ValueFlow::Value &value) | CheckType | private |
| getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckType | 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 |
| integerOverflowError(const Token *tok, const ValueFlow::Value &value) | CheckType | private |
| loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement) const | Check | inlinevirtual |
| logChecker(const char id[]) | Check | protected |
| longCastAssignError(const Token *tok, const ValueType *src=nullptr, const ValueType *tgt=nullptr) | CheckType | private |
| longCastReturnError(const Token *tok, const ValueType *src=nullptr, const ValueType *tgt=nullptr) | CheckType | private |
| mErrorLogger | Check | protected |
| mName | Check | private |
| mSettings | Check | protected |
| mTokenizer | Check | protected |
| myName() | CheckType | 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 | CheckType | inlineprivatevirtual |
| signConversionError(const Token *tok, const ValueFlow::Value *negativeValue, const bool constvalue) | CheckType | private |
| tooBigBitwiseShiftError(const Token *tok, int lhsbits, const ValueFlow::Value &rhsbits) | CheckType | private |
| tooBigSignedBitwiseShiftError(const Token *tok, int lhsbits, const ValueFlow::Value &rhsbits) | CheckType | private |
| writeToErrorList(const ErrorMessage &errmsg) | Check | static |
| wrongData(const Token *tok, const char *str) | Check | protected |
| ~Check() | Check | inlinevirtual |