Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DScalar.cpp68 PromotionKey lhs_key = lhs.GetPromoKey(); in PromoteToMaxType() local
71 if (lhs_key > rhs_key) in PromoteToMaxType()
73 else if (rhs_key > lhs_key) in PromoteToMaxType()