Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1568 SVal dstStrLength = getCStringLength(C, state, Dst.Expression, DstVal); in evalStrcpyCommon() local
1569 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>(); in evalStrcpyCommon()
1686 if (dstStrLength.isUndef()) in evalStrcpyCommon()
1722 state, BO_Add, strLength, dstStrLength, sizeTy); in evalStrcpyCommon()
1766 if (dstStrLength.isUndef()) in evalStrcpyCommon()