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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  602       SVal InitVal = state->getSVal(InitEx, LC);
  605       if (getObjectUnderConstruction(state, DS, LC)) {
  606         state = finishObjectConstruction(state, DS, LC);
  619           InitVal = svalBuilder.conjureSymbolVal(nullptr, InitEx, LC, Ty,
  626         evalBind(Dst2, DS, UpdatedN, state->getLValue(VD, LC), InitVal, true);