Lines Matching refs:dstStrLengthNL
1899 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1969 if (!dstStrLengthNL) in evalStrcpyCommon()
1974 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
2020 if (dstStrLengthNL) { in evalStrcpyCommon()
2022 state, BO_Add, *lenValNL, *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
2103 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) { in evalStrcpyCommon()
2105 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
2111 if (amountCopiedNL && dstStrLengthNL) { in evalStrcpyCommon()
2113 state = checkAdditionOverflow(C, state, *amountCopiedNL, *dstStrLengthNL); in evalStrcpyCommon()
2118 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
2143 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()
2148 *dstStrLengthNL, in evalStrcpyCommon()