Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13237 IntRange unsignedRange = in AnalyzeComparison() local
13243 assert(unsignedRange.NonNegative && "unsigned range includes negative?"); in AnalyzeComparison()
13245 if (unsignedRange.Width < comparisonWidth) in AnalyzeComparison()