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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2945       std::tie(StateTrue, StateFalse) = state->assume(*SEV);
 2955       if (StateFalse) {
 2957         StateFalse = StateFalse->BindExpr(Ex, Pred->getLocationContext(), Val);
 2957         StateFalse = StateFalse->BindExpr(Ex, Pred->getLocationContext(), Val);
 2958         Bldr.generateNode(Ex, Pred, StateFalse, tags.second);