clang-tools
10.0.0
|
A class to encapsulate lowering of the tool's confidence level. More...
#include <LoopConvertUtils.h>
Public Types | |
enum | Level { CL_Risky, CL_Reasonable, CL_Safe } |
Public Member Functions | |
Confidence (Confidence::Level Level) | |
Initialize confidence level. More... | |
void | lowerTo (Confidence::Level Level) |
Lower the internal confidence level to Level, but do not raise it. More... | |
Level | getLevel () const |
Return the internal confidence level. More... | |
A class to encapsulate lowering of the tool's confidence level.
Definition at line 242 of file LoopConvertUtils.h.
Enumerator | |
---|---|
CL_Risky | |
CL_Reasonable | |
CL_Safe |
Definition at line 244 of file LoopConvertUtils.h.
|
inlineexplicit |
Initialize confidence level.
Definition at line 255 of file LoopConvertUtils.h.
|
inline |
Return the internal confidence level.
Definition at line 263 of file LoopConvertUtils.h.
|
inline |
Lower the internal confidence level to Level, but do not raise it.
Definition at line 258 of file LoopConvertUtils.h.