Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1630 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local
1631 if (dstStrLength.isUndef()) in evalStrcpyCommon()
1634 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) { in evalStrcpyCommon()
1733 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); in evalStrcpyCommon() local
1734 if (dstStrLength.isUndef()) in evalStrcpyCommon()
1738 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()