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

References

tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  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);
  427       return nonloc::SymbolVal(ResultSym);
  432       SymMgr.getSymIntExpr(ResultSym, ResultOp, PersistentResultInt, ResultTy));