Home
last modified time | relevance | path

Searched refs:stateOverflow (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp679 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local
680 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()
683 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()
685 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()