Searched refs:OtherT (Results 1 – 3 of 3) sorted by relevance
165 template <class OtherT> friend class ErrorOr;216 template <class OtherT>217 ErrorOr(const ErrorOr<OtherT> &Other) : IsValid(false) { in ErrorOr()226 template <class OtherT>227 ErrorOr &operator =(const ErrorOr<OtherT> &Other) {237 template <class OtherT>238 ErrorOr(ErrorOr<OtherT> &&Other) : IsValid(false) { in ErrorOr()247 template <class OtherT>248 ErrorOr &operator =(ErrorOr<OtherT> &&Other) {297 template <class OtherT>[all …]
68 template<typename OtherT>69 inline T& operator=(const OtherT& other)
4418 QualType OtherT = Other->getType(); in DiagnoseOutOfRangeComparison() local4421 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT)) in DiagnoseOutOfRangeComparison()4423 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) in DiagnoseOutOfRangeComparison()4433 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison()4513 << OS.str() << OtherT << IsTrue in DiagnoseOutOfRangeComparison()