Searched refs:dstStrLengthNL (Results 1 – 1 of 1) sorted by relevance
1751 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local1821 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()1970 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()1995 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()[all …]