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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  835   if (lhs == rhs) {
  858     if (rhs.isZeroConstant()) {
  884     if (SymbolRef rSym = rhs.getAsLocSymbol()) {
  896     if (Optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) {
  910     assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>());
  910     assert(rhs.getAs<loc::MemRegionVal>() || rhs.getAs<loc::GotoLabel>());
  931     if (Optional<loc::ConcreteInt> rInt = rhs.getAs<loc::ConcreteInt>()) {
  963     const MemRegion *RightMR = rhs.getAsRegion();
 1093     SymbolRef RHSSym = rhs.getAsLocSymbol();