Searched refs:dstStrLength (Results 1 – 1 of 1) sorted by relevance
1662 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon() local1663 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()1780 if (dstStrLength.isUndef()) in evalStrcpyCommon()1816 state, BO_Add, strLength, dstStrLength, sizeTy); in evalStrcpyCommon()1860 if (dstStrLength.isUndef()) in evalStrcpyCommon()