Home | History | Annotate | Download | only in Checkers

Lines Matching defs:BufStart

383   SVal BufStart = svalBuilder.evalCast(BufVal, PtrTy, FirstBuf->getType());
384 if (Loc *BufLoc = dyn_cast<Loc>(&BufStart)) {
403 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType());
404 if (Loc *BufLoc = dyn_cast<Loc>(&BufStart)) {