Searched refs:stateSourceTooLong (Results 1 – 1 of 1) sorted by relevance
1946 ProgramStateRef stateSourceTooLong, stateSourceNotTooLong; in evalStrcpyCommon() local1950 std::tie(stateSourceTooLong, stateSourceNotTooLong) = state->assume( in evalStrcpyCommon()1955 if (stateSourceTooLong && !stateSourceNotTooLong) { in evalStrcpyCommon()1958 state = stateSourceTooLong; in evalStrcpyCommon()1961 } else if (!stateSourceTooLong && stateSourceNotTooLong) { in evalStrcpyCommon()