Home
last modified time | relevance | path

Searched refs:OtherRange (Results 1 – 2 of 2) sorted by relevance

/external/Microsoft-GSL/include/gsl/
Dmulti_span317 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,
/external/clang/lib/Sema/
DSemaChecking.cpp7442 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison() local
7443 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison()
7477 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
7498 if (OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()