Home
last modified time | relevance | path

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

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