Cppcheck
|
This is the complete list of members for CheckBool, including all inherited members.
analyseWholeProgram(const CTU::FileInfo *ctu, const std::list< FileInfo * > &fileInfo, const Settings &, ErrorLogger &) | Check | inlinevirtual |
assignBoolToFloatError(const Token *tok) | CheckBool | private |
assignBoolToPointerError(const Token *tok) | CheckBool | private |
bitwiseOnBooleanError(const Token *tok, const std::string &expression, const std::string &op, bool isCompound=false) | CheckBool | 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 | |
checkAssignBoolToFloat() | CheckBool | private |
checkAssignBoolToPointer() | CheckBool | private |
checkBitwiseOnBoolean() | CheckBool | private |
CheckBool() | CheckBool | inline |
CheckBool(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckBool | inlineprivate |
checkComparisonOfBoolExpressionWithInt() | CheckBool | private |
checkComparisonOfBoolWithBool() | CheckBool | private |
checkComparisonOfBoolWithInt() | CheckBool | private |
checkComparisonOfFuncReturningBool() | CheckBool | private |
checkIncrementBoolean() | CheckBool | private |
classInfo() const override | CheckBool | inlineprivatevirtual |
comparisonOfBoolExpressionWithIntError(const Token *tok, bool not0or1) | CheckBool | private |
comparisonOfBoolWithBoolError(const Token *tok, const std::string &expression) | CheckBool | private |
comparisonOfBoolWithInvalidComparator(const Token *tok, const std::string &expression) | CheckBool | private |
comparisonOfFuncReturningBoolError(const Token *tok, const std::string &expression) | CheckBool | private |
comparisonOfTwoFuncsReturningBoolError(const Token *tok, const std::string &expression1, const std::string &expression2) | CheckBool | private |
getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckBool | 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 |
incrementBooleanError(const Token *tok) | CheckBool | private |
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 |
myName() | CheckBool | inlineprivatestatic |
name() const | Check | inline |
operator=(const Check &)=delete | Check | |
pointerArithBool() | CheckBool | private |
pointerArithBoolCond(const Token *tok) | CheckBool | private |
pointerArithBoolError(const Token *tok) | CheckBool | 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 |
returnValueBoolError(const Token *tok) | CheckBool | private |
returnValueOfFunctionReturningBool() | CheckBool | private |
runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckBool | inlineprivatevirtual |
writeToErrorList(const ErrorMessage &errmsg) | Check | static |
wrongData(const Token *tok, const char *str) | Check | protected |
~Check() | Check | inlinevirtual |