Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1569 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1638 if (!dstStrLengthNL) in evalStrcpyCommon()
1643 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1689 if (dstStrLengthNL) { in evalStrcpyCommon()
1691 state, BO_Add, *lenValNL, *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1769 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) { in evalStrcpyCommon()
1771 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1777 if (amountCopiedNL && dstStrLengthNL) { in evalStrcpyCommon()
1784 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1807 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()
[all …]