Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp6549 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison() local
6550 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison()
6584 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
6605 if (OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()