Searched refs:s2StrRef (Results 1 – 1 of 1) sorted by relevance
1845 StringRef s2StrRef = s2StrLiteral->getString(); in evalStrcmpCommon() local1856 s2StrRef = s2StrRef.substr(0, (size_t)len->getZExtValue()); in evalStrcmpCommon()1870 size_t s2Term = s2StrRef.find('\0'); in evalStrcmpCommon()1872 s2StrRef = s2StrRef.substr(0, s2Term); in evalStrcmpCommon()1875 int compareRes = ignoreCase ? s1StrRef.compare_lower(s2StrRef) in evalStrcmpCommon()1876 : s1StrRef.compare(s2StrRef); in evalStrcmpCommon()