Searched refs:SecondBuf (Results 1 – 1 of 1) sorted by relevance
168 const Expr *SecondBuf,349 const Expr *SecondBuf, in CheckBufferAccess() argument402 if (SecondBuf) { in CheckBufferAccess()403 BufVal = state->getSVal(SecondBuf, LCtx); in CheckBufferAccess()404 state = checkNonNull(C, state, SecondBuf, BufVal); in CheckBufferAccess()408 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType()); in CheckBufferAccess()410 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()