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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  845       PostStore PS(Init, LC, /*Loc*/ nullptr, /*tag*/ nullptr);
  858       if (Init->getType()->isArrayType()) {
  862         while ((ASE = dyn_cast<ArraySubscriptExpr>(Init)))
  863           Init = ASE->getBase()->IgnoreImplicit();
  865         SVal LValue = State->getSVal(Init, stackFrame);
  882       evalBind(Tmp, Init, Pred, FieldLoc, InitVal, /*isInit=*/true, &PP);