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
  189       std::tie(ConvertedLHS, LTy) = SMTConv::fixAPSInt(Ctx, *LHS);
  190       std::tie(ConvertedRHS, RTy) = SMTConv::fixAPSInt(Ctx, *RHS);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  388       std::tie(NewRInt, RTy) = fixAPSInt(Ctx, SIE->getRHS());
  396       std::tie(NewLInt, LTy) = fixAPSInt(Ctx, ISE->getLHS());
  509     std::tie(NewFromInt, FromTy) = fixAPSInt(Ctx, From);
  524     std::tie(NewToInt, ToTy) = fixAPSInt(Ctx, To);