Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DConstString.cpp262 register const char *lhs_cstr = lhs.m_string; in Compare() local
264 if (lhs_cstr == rhs_cstr) in Compare()
266 if (lhs_cstr && rhs_cstr) in Compare()
268 llvm::StringRef lhs_string_ref (lhs_cstr, StringPool().GetConstCStringLength (lhs_cstr)); in Compare()
273 if (lhs_cstr) in Compare()