Searched refs:stateOverflow (Results 1 – 1 of 1) sorted by relevance
793 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local794 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()797 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()799 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()