Home
last modified time | relevance | path

Searched refs:SecondBuf (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp172 const Expr *SecondBuf,
353 const Expr *SecondBuf, in CheckBufferAccess() argument
406 if (SecondBuf) { in CheckBufferAccess()
407 BufVal = state->getSVal(SecondBuf, LCtx); in CheckBufferAccess()
408 state = checkNonNull(C, state, SecondBuf, BufVal); in CheckBufferAccess()
412 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType()); in CheckBufferAccess()
414 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()