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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  174         LHS = &ISE->getLHS();
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  396       std::tie(NewLInt, LTy) = fixAPSInt(Ctx, ISE->getLHS());
tools/clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
  429     const llvm::APInt &LHS = SIE->getLHS();
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   55   if (getLHS().isUnsigned())
   56     os << getLHS().getZExtValue();
   58     os << getLHS().getSExtValue();
   59   if (getLHS().isUnsigned())