Searched refs:dstStrLengthNL (Results 1 – 1 of 1) sorted by relevance
1637 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local1706 if (!dstStrLengthNL) in evalStrcpyCommon()1711 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1757 if (dstStrLengthNL) { in evalStrcpyCommon()1759 state, BO_Add, *lenValNL, *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1837 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) { in evalStrcpyCommon()1839 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1845 if (amountCopiedNL && dstStrLengthNL) { in evalStrcpyCommon()1852 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1875 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()[all …]