Searched refs:stateOkay (Results 1 – 1 of 1) sorted by relevance
745 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local746 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()749 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()756 assert(stateOkay); in checkAdditionOverflow()757 state = stateOkay; in checkAdditionOverflow()