reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
429 if (SecondBuf) { 430 BufVal = state->getSVal(SecondBuf, LCtx); 431 state = checkNonNull(C, state, SecondBuf, BufVal, 2); 435 BufStart = svalBuilder.evalCast(BufVal, PtrTy, SecondBuf->getType()); 437 const Expr *warningExpr = (WarnAboutSize ? Size : SecondBuf);