Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DArchSpec.cpp1388 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <() local
1389 return lhs_core < rhs_core; in operator <()