Cppcheck
|
#include <analyzer.h>
Public Member Functions | |
Result (Action action=Action::None, Terminate terminate=Terminate::None) | |
void | update (Result rhs) |
Public Attributes | |
Action | action |
Terminate | terminate |
Definition at line 135 of file analyzer.h.
|
inlineexplicit |
Definition at line 136 of file analyzer.h.
|
inline |
Definition at line 142 of file analyzer.h.
References action, Analyzer::None, and terminate.
Referenced by valueFlowForward().
Action Analyzer::Result::action |
Definition at line 139 of file analyzer.h.
Referenced by ConditionHandler::afterCondition(), update(), and valueFlowForLoop().
Terminate Analyzer::Result::terminate |
Definition at line 140 of file analyzer.h.
Referenced by ConditionHandler::afterCondition(), update(), and valueFlowGenericForward().