Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2387 size_t s2Term = RightStrRef.find('\0'); in evalStrcmpCommon() local
2388 if (s2Term != StringRef::npos) in evalStrcmpCommon()
2389 RightStrRef = RightStrRef.substr(0, s2Term); in evalStrcmpCommon()