Home
last modified time | relevance | path

Searched refs:dstStrLengthNL (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1751 std::optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1821 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 …]