Searched refs:OtherRange (Results 1 – 2 of 2) sorted by relevance
317 template <typename OtherRange>318 constexpr BoundsRanges(const OtherRange&, bool /* firstLevel */)371 template <std::ptrdiff_t OtherRange, std::ptrdiff_t... RestOtherRanges>372 constexpr BoundsRanges(const BoundsRanges<OtherRange, RestOtherRanges...>& other,445 template <std::ptrdiff_t OtherRange, std::ptrdiff_t... RestOtherRanges>446 constexpr BoundsRanges(const BoundsRanges<OtherRange, RestOtherRanges...>& other,
7442 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison() local7443 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison()7477 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()7498 if (OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()