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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2770   getCheckerManager().runCheckersForBind(CheckedSet, Pred, location, Val,
 2777   if (!location.getAs<Loc>()) {
 2781     state = processPointerEscapedOnBind(state, location, Val, LC);
 2789     state = processPointerEscapedOnBind(state, location, Val, LC);
 2794     state = state->bindLoc(location.castAs<Loc>(),
 2799             location.getAs<loc::MemRegionVal>()) {