Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11523 OnlyValue = LE | GE | EQ | InRangeFlag, enumerator
11541 case 0: return PromotedMin == PromotedMax ? OnlyValue : Min; in compare()