Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp938 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local
939 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()
942 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()
944 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()