Home | History | Annotate | Download | only in Checkers

Lines Matching refs:BufStart

374   SVal BufStart = svalBuilder.evalCast(BufVal, PtrTy, FirstBuf->getType());
375 if (Optional<Loc> BufLoc = BufStart.getAs<Loc>()) {
394 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
395 if (Optional<Loc> BufLoc = BufStart.getAs<Loc>()) {