| 
    Cppcheck
    
   | 
 
Result of forward analysis. More...
Public Types | |
| enum class | Type {  NONE , READ , WRITE , BREAK , RETURN , BAILOUT }  | 
Public Member Functions | |
| Result (Type type) | |
| Result (Type type, const Token *token) | |
Public Attributes | |
| enum FwdAnalysis::Result::Type | type | 
| const Token * | token {} | 
Result of forward analysis.
Definition at line 75 of file fwdanalysis.h.
      
  | 
  strong | 
| Enumerator | |
|---|---|
| NONE | |
| READ | |
| WRITE | |
| BREAK | |
| RETURN | |
| BAILOUT | |
Definition at line 76 of file fwdanalysis.h.
      
  | 
  inlineexplicit | 
Definition at line 77 of file fwdanalysis.h.
Definition at line 78 of file fwdanalysis.h.
| const Token* FwdAnalysis::Result::token {} | 
Definition at line 79 of file fwdanalysis.h.
Referenced by FwdAnalysis::check(), FwdAnalysis::checkRecursive(), and FwdAnalysis::reassign().
| enum FwdAnalysis::Result::Type FwdAnalysis::Result::type | 
Referenced by FwdAnalysis::check(), FwdAnalysis::checkRecursive(), FwdAnalysis::reassign(), and FwdAnalysis::unusedValue().