Searched refs:dstStrLength (Results 1 – 1 of 1) sorted by relevance
1415 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local1416 if (dstStrLength.isUndef()) in evalStrcpyCommon()1419 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon()1514 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local1515 if (dstStrLength.isUndef()) in evalStrcpyCommon()1519 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()