Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp745 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local
746 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()
749 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()
751 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()