Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUniqueCStringMap.h230 auto lhsint = uintptr_t(lhs.GetCString()); in ThreeWay() local
232 if (lhsint < rhsint) in ThreeWay()
234 if (lhsint > rhsint) in ThreeWay()