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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp1580 SVal amountCopied = UnknownVal(); local
1620 amountCopied = lenVal;
1625 amountCopied = strLength;
1633 // amountCopied = min (size - dstLen - 1 , srcLen)
1656 amountCopied = strLength;
1661 amountCopied = freeSpace;
1665 amountCopied = UnknownVal();
1736 amountCopied = strLength;
1766 Optional<NonLoc> amountCopiedNL = amountCopied.getAs<NonLoc>();
1817 finalStrLength = amountCopied;
[all...]

Completed in 64 milliseconds