| 
    Cppcheck
    
   | 
 
Public Types | |
| using | Clock = std::chrono::steady_clock | 
| using | TimePoint = std::chrono::time_point< Clock > | 
Public Member Functions | |
| ValueFlowPassRunner (ValueFlowState state, TimerResultsIntf *timerResults=nullptr) | |
| bool | run_once (std::initializer_list< ValuePtr< ValueFlowPass >> passes) const | 
| bool | run (std::initializer_list< ValuePtr< ValueFlowPass >> passes) const | 
| bool | run (const ValuePtr< ValueFlowPass > &pass) const | 
| std::size_t | getTotalValues () const | 
| void | setSkippedFunctions () | 
| void | setStopTime () | 
Public Attributes | |
| ValueFlowState | state | 
| TimePoint | stop | 
| TimerResultsIntf * | timerResults | 
Definition at line 9445 of file valueflow.cpp.
| using ValueFlowPassRunner::Clock = std::chrono::steady_clock | 
Definition at line 9446 of file valueflow.cpp.
| using ValueFlowPassRunner::TimePoint = std::chrono::time_point<Clock> | 
Definition at line 9447 of file valueflow.cpp.
      
  | 
  inlineexplicit | 
Definition at line 9448 of file valueflow.cpp.
      
  | 
  inline | 
Definition at line 9505 of file valueflow.cpp.
References Token::next(), and Token::values().
      
  | 
  inline | 
Definition at line 9489 of file valueflow.cpp.
      
  | 
  inline | 
Definition at line 9462 of file valueflow.cpp.
References debug, emptyString, and normal.
      
  | 
  inline | 
Definition at line 9455 of file valueflow.cpp.
      
  | 
  inline | 
Definition at line 9513 of file valueflow.cpp.
References Scope::bodyStart, Scope::className, information, Scope::nestedList, normal, and Scope::type.
      
  | 
  inline | 
Definition at line 9550 of file valueflow.cpp.
| ValueFlowState ValueFlowPassRunner::state | 
Definition at line 9556 of file valueflow.cpp.
| TimePoint ValueFlowPassRunner::stop | 
Definition at line 9557 of file valueflow.cpp.
| TimerResultsIntf* ValueFlowPassRunner::timerResults | 
Definition at line 9558 of file valueflow.cpp.