|
Cppcheck
|
This is the complete list of members for CheckExceptionSafety, including all inherited members.
| analyseWholeProgram(const CTU::FileInfo *ctu, const std::list< FileInfo * > &fileInfo, const Settings &, ErrorLogger &) | Check | inlinevirtual |
| catchExceptionByValueError(const Token *tok) | CheckExceptionSafety | 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 | |
| checkCatchExceptionByValue() | CheckExceptionSafety | private |
| CheckExceptionSafety() | CheckExceptionSafety | inline |
| CheckExceptionSafety(const Tokenizer *tokenizer, const Settings *settings, ErrorLogger *errorLogger) | CheckExceptionSafety | inlineprivate |
| checkRethrowCopy() | CheckExceptionSafety | private |
| classInfo() const override | CheckExceptionSafety | inlineprivatevirtual |
| deallocThrow() | CheckExceptionSafety | private |
| deallocThrowError(const Token *const tok, const std::string &varname) | CheckExceptionSafety | private |
| destructors() | CheckExceptionSafety | private |
| destructorsError(const Token *const tok, const std::string &className) | CheckExceptionSafety | private |
| getErrorMessages(ErrorLogger *errorLogger, const Settings *settings) const override | CheckExceptionSafety | 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 |
| myName() | CheckExceptionSafety | inlineprivatestatic |
| name() const | Check | inline |
| noexceptThrowError(const Token *const tok) | CheckExceptionSafety | private |
| nothrowThrows() | CheckExceptionSafety | private |
| 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 |
| rethrowCopyError(const Token *const tok, const std::string &varname) | CheckExceptionSafety | private |
| rethrowNoCurrentException() | CheckExceptionSafety | private |
| rethrowNoCurrentExceptionError(const Token *tok) | CheckExceptionSafety | private |
| runChecks(const Tokenizer &tokenizer, ErrorLogger *errorLogger) override | CheckExceptionSafety | inlineprivatevirtual |
| unhandledExceptionSpecification() | CheckExceptionSafety | private |
| unhandledExceptionSpecificationError(const Token *const tok1, const Token *const tok2, const std::string &funcname) | CheckExceptionSafety | private |
| writeToErrorList(const ErrorMessage &errmsg) | Check | static |
| wrongData(const Token *tok, const char *str) | Check | protected |
| ~Check() | Check | inlinevirtual |