Searched refs:stateOverflow (Results 1 – 1 of 1) sorted by relevance
769 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local770 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()773 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()775 emitAdditionOverflowBug(C, stateOverflow); in checkAdditionOverflow()