Searched refs:stateSourceTooLong (Results 1 – 1 of 1) sorted by relevance
1385 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local1390 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()1394 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()1397 state = stateSourceTooLong; in evalStrcpyCommon()1400 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()