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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  380   assert(SymTy == RSym->getType() &&
  382   assert(APSIntType(LInt) == BV.getAPSIntType(SymTy) &&
  384   assert(APSIntType(RInt) == BV.getAPSIntType(SymTy) &&
  391     ResultTy = SymTy;
  409       ResultSym = SymMgr.getSymSymExpr(RSym, BO_Sub, LSym, SymTy);
  413       ResultSym = SymMgr.getSymSymExpr(LSym, BO_Sub, RSym, SymTy);
  418     ResultSym = SymMgr.getSymSymExpr(LSym, Op, RSym, SymTy);