Searched refs:rhs_cstr (Results 1 – 1 of 1) sorted by relevance
263 register const char *rhs_cstr = rhs.m_string; in Compare() local264 if (lhs_cstr == rhs_cstr) in Compare()266 if (lhs_cstr && rhs_cstr) in Compare()269 llvm::StringRef rhs_string_ref (rhs_cstr, StringPool().GetConstCStringLength (rhs_cstr)); in Compare()