|
clang 24.0.0git
|
Public Attributes | |
| unsigned | CheckUnderflow: 1 |
| unsigned | OffsetObviouslyNonnegative: 1 |
| unsigned | AcceptPastTheEnd: 1 |
Definition at line 122 of file ArrayBoundChecker.cpp.
| unsigned clang::ento::bounds::CheckFlags::AcceptPastTheEnd |
Definition at line 125 of file ArrayBoundChecker.cpp.
Referenced by clang::ento::bounds::checkBounds().
| unsigned clang::ento::bounds::CheckFlags::CheckUnderflow |
Definition at line 123 of file ArrayBoundChecker.cpp.
Referenced by clang::ento::bounds::checkBounds().
| unsigned clang::ento::bounds::CheckFlags::OffsetObviouslyNonnegative |
Definition at line 124 of file ArrayBoundChecker.cpp.
Referenced by clang::ento::bounds::checkBounds().