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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  299           V = loc::MemRegionVal(MRMgr.getCXXStaticTempObjectRegion(E));
  302       if (V.isUnknown())
  303         V = loc::MemRegionVal(MRMgr.getCXXTempObjectRegion(E, LCtx));
  306         State = addObjectUnderConstruction(State, BTE, LCtx, V);
  309         State = addObjectUnderConstruction(State, MTE, LCtx, V);
  312       return std::make_pair(State, V);