Home
last modified time | relevance | path

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

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