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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   58     SVal LeftV = state->getSVal(LHS, LCtx);
   59     SVal RightV = state->getSVal(RHS, LCtx);
   68         RightV = svalBuilder.conjureSymbolVal(nullptr, B->getRHS(), LCtx,
   74       evalStore(Tmp2, B, LHS, *it, state->BindExpr(B, LCtx, ExprVal),
   87             RightV, LeftV, RHS, svalBuilder, Count, LCtx);
   89             LeftV, RightV, LHS, svalBuilder, Count, LCtx);
   96         state = createTemporaryRegionIfNeeded(state, LCtx, LHS);
  102         state = state->BindExpr(B, LCtx, Result);