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

References

tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp
  429   if (SecondBuf) {
  430     BufVal = state->getSVal(SecondBuf, LCtx);
  431     state = checkNonNull(C, state, SecondBuf, BufVal, 2);
  435     BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
  437       const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf);