Searched refs:dstStrLengthNL (Results 1 – 1 of 1) sorted by relevance
1634 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon() local1637 *dstStrLengthNL, in evalStrcpyCommon()1738 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local1741 if (srcStrLengthNL && dstStrLengthNL) { in evalStrcpyCommon()1743 state = checkAdditionOverflow(C, state, *srcStrLengthNL, *dstStrLengthNL); in evalStrcpyCommon()1748 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1772 if (dstStrLengthNL) { in evalStrcpyCommon()1776 *dstStrLengthNL, in evalStrcpyCommon()