HomeSort by relevance Sort by last modified time
    Searched full:state_exceedsupperbound (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 154 ProgramStateRef state_exceedsUpperBound, state_withinUpperBound;
155 llvm::tie(state_exceedsUpperBound, state_withinUpperBound) =
159 if (state_exceedsUpperBound && state_withinUpperBound) {
161 reportOOB(checkerContext, state_exceedsUpperBound, OOB_Tainted);
166 if (state_exceedsUpperBound) {
168 reportOOB(checkerContext, state_exceedsUpperBound, OOB_Excedes);

Completed in 44 milliseconds