Searched refs:stateOverflow (Results 1 – 1 of 1) sorted by relevance
944 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local945 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()948 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()950 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()