Searched refs:dstStrLengthNL (Results 1 – 1 of 1) sorted by relevance
1414 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon() local1417 *dstStrLengthNL, in evalStrcpyCommon()1514 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local1517 if (srcStrLengthNL && dstStrLengthNL) { in evalStrcpyCommon()1519 state = checkAdditionOverflow(C, state, *srcStrLengthNL, *dstStrLengthNL); in evalStrcpyCommon()1524 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1548 if (dstStrLengthNL) { in evalStrcpyCommon()1552 *dstStrLengthNL, in evalStrcpyCommon()