| 
    Cppcheck
    
   | 
 
  
Public Member Functions | |
| ValueFlowPassAdaptor (const char *pname, bool pcpp, F prun) | |
| const char * | name () const override | 
| void | run (const ValueFlowState &state) const override | 
| bool | cpp () const override | 
  Public Member Functions inherited from ValueFlowPass | |
| ValueFlowPass ()=default | |
| ValueFlowPass (const ValueFlowPass &)=default | |
| virtual | ~ValueFlowPass () noexcept=default | 
Public Attributes | |
| const char * | mName = nullptr | 
| bool | mCPP = false | 
| F | mRun | 
Definition at line 9562 of file valueflow.cpp.
      
  | 
  inline | 
Definition at line 9566 of file valueflow.cpp.
      
  | 
  inlineoverridevirtual | 
Implements ValueFlowPass.
Definition at line 9574 of file valueflow.cpp.
      
  | 
  inlineoverridevirtual | 
Implements ValueFlowPass.
Definition at line 9567 of file valueflow.cpp.
      
  | 
  inlineoverridevirtual | 
Implements ValueFlowPass.
Definition at line 9570 of file valueflow.cpp.
References ValueFlowState::errorLogger, ValueFlowState::settings, ValueFlowState::skippedFunctions, ValueFlowState::symboldatabase, and ValueFlowState::tokenlist.
| bool ValueFlowPassAdaptor< F >::mCPP = false | 
Definition at line 9564 of file valueflow.cpp.
| const char* ValueFlowPassAdaptor< F >::mName = nullptr | 
Definition at line 9563 of file valueflow.cpp.
| F ValueFlowPassAdaptor< F >::mRun | 
Definition at line 9565 of file valueflow.cpp.