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

References

tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 1955   if (LVState->getAnalysisManager().getAnalyzerOptions().ShouldTrackConditions)
 1977     bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue();
 1997       SVal V = LVState->getRawSVal(loc::MemRegionVal(R));
 2009         if (LVState->isNull(V).isConstrainedTrue())
 2015         if (!DV->isZeroConstant() && LVState->isNull(*DV).isConstrainedTrue() &&
 2030   SVal V = LVState->getSValAsScalarOrLoc(Inner, LVNode->getLocationContext());
 2053       RVal = LVState->getRawSVal(L.getValue(), Inner->getType());
 2055       RVal = LVState->getSVal(L->getRegion());