Searched refs:stateSourceTooLong (Results 1 – 1 of 1) sorted by relevance
1798 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local1802 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()1807 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()1810 state = stateSourceTooLong; in evalStrcpyCommon()1813 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()