Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp6366 IntRange OtherRange = IntRange::forValueOfType(S.Context, OtherT); in DiagnoseOutOfRangeComparison() local
6367 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison()
6401 if (!OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()
6422 if (OtherRange.NonNegative) { in DiagnoseOutOfRangeComparison()