Searched refs:OtherT (Results 1 – 2 of 2) sorted by relevance
95 template <class OtherT> friend class ErrorOr;131 template <class OtherT>132 ErrorOr(const ErrorOr<OtherT> &Other) { in ErrorOr()141 template <class OtherT>142 ErrorOr &operator =(const ErrorOr<OtherT> &Other) {152 template <class OtherT>153 ErrorOr(ErrorOr<OtherT> &&Other) { in ErrorOr()162 template <class OtherT>163 ErrorOr &operator =(ErrorOr<OtherT> &&Other) {195 template <class OtherT>[all …]
4865 QualType OtherT = Other->getType(); in DiagnoseOutOfRangeComparison() local4868 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT)) in DiagnoseOutOfRangeComparison()4870 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) in DiagnoseOutOfRangeComparison()4880 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison()4960 << OS.str() << OtherT << IsTrue in DiagnoseOutOfRangeComparison()