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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  517   const SymIntExpr *getSymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op,

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  522     return getSymIntExpr(&lhs, op, rhs, t);
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
   74   return nonloc::SymbolVal(SymMgr.getSymIntExpr(lhs, op, rhs, type));
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
  432       SymMgr.getSymIntExpr(ResultSym, ResultOp, PersistentResultInt, ResultTy));