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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2932     ProgramPoint P = Pred->getLocation();
 2937     ProgramStateRef state = Pred->getState();
 2938     SVal V = state->getSVal(Ex, Pred->getLocationContext());
 2950         StateTrue = StateTrue->BindExpr(Ex, Pred->getLocationContext(), Val);
 2951         Bldr.generateNode(Ex, Pred, StateTrue, tags.first);
 2957         StateFalse = StateFalse->BindExpr(Ex, Pred->getLocationContext(), Val);
 2958         Bldr.generateNode(Ex, Pred, StateFalse, tags.second);