Cppcheck
|
Public Member Functions | |
ValueFlowState (TokenList &tokenlist, SymbolDatabase &symboldatabase, ErrorLogger &errorLogger, const Settings &settings) | |
Public Attributes | |
TokenList & | tokenlist |
SymbolDatabase & | symboldatabase |
ErrorLogger & | errorLogger |
const Settings & | settings |
std::set< const Scope * > | skippedFunctions |
Definition at line 9418 of file valueflow.cpp.
|
inlineexplicit |
Definition at line 9419 of file valueflow.cpp.
ErrorLogger& ValueFlowState::errorLogger |
Definition at line 9428 of file valueflow.cpp.
Referenced by ValueFlowPassAdaptor< F >::run().
const Settings& ValueFlowState::settings |
Definition at line 9429 of file valueflow.cpp.
Referenced by ValueFlowPassAdaptor< F >::run().
std::set<const Scope*> ValueFlowState::skippedFunctions |
Definition at line 9430 of file valueflow.cpp.
Referenced by ValueFlowPassAdaptor< F >::run().
SymbolDatabase& ValueFlowState::symboldatabase |
Definition at line 9427 of file valueflow.cpp.
Referenced by ValueFlowPassAdaptor< F >::run().
TokenList& ValueFlowState::tokenlist |
Definition at line 9426 of file valueflow.cpp.
Referenced by ValueFlowPassAdaptor< F >::run().