Searched refs:dstStrLength (Results 1 – 1 of 1) sorted by relevance
1630 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local1631 if (dstStrLength.isUndef()) in evalStrcpyCommon()1634 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon()1733 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local1734 if (dstStrLength.isUndef()) in evalStrcpyCommon()1738 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()