Searched refs:stateSourceTooLong (Results 1 – 1 of 1) sorted by relevance
1683 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local1687 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()1692 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()1695 state = stateSourceTooLong; in evalStrcpyCommon()1698 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()