Lines Matching refs:dstStrLengthNL
1751 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1821 if (!dstStrLengthNL) in evalStrcpyCommon()
1826 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1872 if (dstStrLengthNL) { in evalStrcpyCommon()
1874 state, BO_Add, *lenValNL, *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1955 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) { in evalStrcpyCommon()
1957 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1963 if (amountCopiedNL && dstStrLengthNL) { in evalStrcpyCommon()
1965 state = checkAdditionOverflow(C, state, *amountCopiedNL, *dstStrLengthNL); in evalStrcpyCommon()
1970 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1995 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()
2000 *dstStrLengthNL, in evalStrcpyCommon()