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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  384   assert(APSIntType(RInt) == BV.getAPSIntType(SymTy) &&
  398                            nonloc::ConcreteInt(RInt), ResultTy)
  408     if (LInt > RInt) {
  411       ResultInt = LInt - RInt; // Opposite order!
  415       ResultInt = RInt - LInt; // Opposite order!
  419     ResultInt = (Op == BO_Add) ? (LInt + RInt) : (LInt - RInt);
  419     ResultInt = (Op == BO_Add) ? (LInt + RInt) : (LInt - RInt);