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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1365 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); local
1366 if (dstStrLength.isUndef())
1369 if (Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>()) {
1464 SVal dstStrLength = getCStringLength(C, state, Dst, DstVal); local
1465 if (dstStrLength.isUndef())
1469 Optional<NonLoc> dstStrLengthNL = dstStrLength.getAs<NonLoc>();
1504 // finalStrLength >= dstStrLength

Completed in 67 milliseconds