reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1612         amountCopied = lenVal;
 1617         amountCopied = strLength;
 1680     if (amountCopied.isUnknown() && !isAppending) {
 1683       amountCopied = getCStringLength(C, state, lenExpr, srcVal, true);
 1684       assert(!amountCopied.isUndef());
 1686       if (Optional<NonLoc> amountCopiedNL = amountCopied.getAs<NonLoc>()) {
 1716     amountCopied = strLength;
 1736     Optional<NonLoc> srcStrLengthNL = amountCopied.getAs<NonLoc>();
 1788     finalStrLength = amountCopied;
 1862       if (amountCopied != strLength)