Searched refs:SecondBuf (Results 1 – 1 of 1) sorted by relevance
167 const Expr *SecondBuf,340 const Expr *SecondBuf, in CheckBufferAccess() argument393 if (SecondBuf) { in CheckBufferAccess()394 BufVal = state->getSVal(SecondBuf, LCtx); in CheckBufferAccess()395 state = checkNonNull(C, state, SecondBuf, BufVal); in CheckBufferAccess()399 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType()); in CheckBufferAccess()401 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf); in CheckBufferAccess()