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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
 1556   SVal srcVal = state->getSVal(srcExpr, LCtx);
 1557   state = checkNonNull(C, state, srcExpr, srcVal, 2);
 1562   SVal strLength = getCStringLength(C, state, srcExpr, srcVal);
 1579   state = CheckOverlap(C, state, isBounded ? CE->getArg(2) : CE->getArg(1), Dst, srcExpr);
 1853     state = InvalidateBuffer(C, state, srcExpr, srcVal, /*IsSourceBuffer*/true,