Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1400 const ArchSpec::Core rhs_core = rhs.GetCore(); in operator <() local
1401 return lhs_core < rhs_core; in operator <()