Home
last modified time | relevance | path

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

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