Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp267 const char *lhs_cstr = lhs.m_string; in Compare() local
269 if (lhs_cstr == rhs_cstr) in Compare()
271 if (lhs_cstr && rhs_cstr) { in Compare()
282 if (lhs_cstr) in Compare()