Searched refs:stateOkay (Results 1 – 1 of 1) sorted by relevance
583 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local584 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()587 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()613 assert(stateOkay); in checkAdditionOverflow()614 state = stateOkay; in checkAdditionOverflow()