HomeSort by relevance Sort by last modified time
    Searched refs:StInBound (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 62 ProgramStateRef StInBound = state->assumeInBound(Idx, NumElements, true);
64 if (StOutBound && !StInBound) {
88 C.addTransition(StInBound);