Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1637 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon() local
1706 if (!dstStrLengthNL) in evalStrcpyCommon()
1711 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1757 if (dstStrLengthNL) { in evalStrcpyCommon()
1759 state, BO_Add, *lenValNL, *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1837 if (appendK == ConcatFnKind::strlcat && dstStrLengthNL && strLengthNL) { in evalStrcpyCommon()
1839 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1845 if (amountCopiedNL && dstStrLengthNL) { in evalStrcpyCommon()
1852 *dstStrLengthNL, sizeTy); in evalStrcpyCommon()
1875 if (dstStrLengthNL && appendK != ConcatFnKind::none) { in evalStrcpyCommon()
[all …]