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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  356           V = *OptV;
  359         State = addObjectUnderConstruction(State, {CE, Idx}, LCtx, V);
  366           V = *OptV;
  369         State = addObjectUnderConstruction(State, {CCE, Idx}, LCtx, V);
  373           V = *OptV;
  376         State = addObjectUnderConstruction(State, {ME, Idx}, LCtx, V);
  379       assert(!V.isUnknown());
  382         State = addObjectUnderConstruction(State, BTE, LCtx, V);
  384       return std::make_pair(State, V);