Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11250 OnlyValue = LE | GE | EQ | InRangeFlag, enumerator
11268 case 0: return PromotedMin == PromotedMax ? OnlyValue : Min; in compare()