Searched refs:stateOkay (Results 1 – 1 of 1) sorted by relevance
938 ProgramStateRef stateOverflow, stateOkay; in checkAdditionOverflow() local939 std::tie(stateOverflow, stateOkay) = in checkAdditionOverflow()942 if (stateOverflow && !stateOkay) { in checkAdditionOverflow()949 assert(stateOkay); in checkAdditionOverflow()950 state = stateOkay; in checkAdditionOverflow()