|
clang 24.0.0git
|
#include "clang/StaticAnalyzer/Checkers/BoundsChecking.h"
Public Attributes | |
| unsigned | CheckUnderflow: 1 |
| unsigned | OffsetObviouslyNonnegative: 1 |
Definition at line 29 of file BoundsChecking.h.
| unsigned clang::ento::bounds::CheckFlags::CheckUnderflow |
Definition at line 30 of file BoundsChecking.h.
Referenced by clang::ento::bounds::checkBounds().
| unsigned clang::ento::bounds::CheckFlags::OffsetObviouslyNonnegative |
Definition at line 31 of file BoundsChecking.h.
Referenced by clang::ento::bounds::checkBounds().