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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  382   assert(APSIntType(LInt) == BV.getAPSIntType(SymTy) &&
  397     return SVB.evalBinOpNN(State, Op, nonloc::ConcreteInt(LInt),
  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);