Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2352 const StringLiteral *LeftStrLiteral = in evalStrcmpCommon() local
2360 if (LeftStrLiteral && RightStrLiteral) { in evalStrcmpCommon()
2361 StringRef LeftStrRef = LeftStrLiteral->getString(); in evalStrcmpCommon()