Searched refs:stateOkay (Results 1 – 1 of 1) sorted by relevance
595 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local596 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()599 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()625 assert(stateOkay); in checkAdditionOverflow()626 state = stateOkay; in checkAdditionOverflow()