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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  289   QualType resultType = CastE->getType();
  290   if (CastE->isGLValue())
  292   SVal result = svalBuilder.conjureSymbolVal(nullptr, CastE, LCtx,
  295   state = state->BindExpr(CastE, LCtx, result);
  296   Bldr.generateNode(CastE, Pred, state);