Searched refs:dstStrLength (Results 1 – 1 of 1) sorted by relevance
1900 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon() local1901 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()2019 if (dstStrLength.isUndef()) in evalStrcpyCommon()2057 state, BO_Add, strLength, dstStrLength, sizeTy); in evalStrcpyCommon()2102 if (dstStrLength.isUndef()) in evalStrcpyCommon()