reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  604   if (!E)
  616       return State->BindExpr(E, LCtx, Msg->getReceiverSVal());
  622     return State->BindExpr(E, LCtx, ThisV);
  646     State = State->invalidateRegions(TargetR, E, Count, LCtx,
  650     R = State->getSVal(Target.castAs<Loc>(), E->getType());
  657     if (const auto *CNE = dyn_cast<CXXNewExpr>(E))
  663     R = IsHeapPointer ? svalBuilder.getConjuredHeapSymbolVal(E, LCtx, Count)
  664                       : svalBuilder.conjureSymbolVal(nullptr, E, LCtx, ResultTy,
  667   return State->BindExpr(E, LCtx, R);