Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2070 const StringLiteral *LeftStrLiteral = in evalStrcmpCommon() local
2078 if (LeftStrLiteral && RightStrLiteral) { in evalStrcmpCommon()
2079 StringRef LeftStrRef = LeftStrLiteral->getString(); in evalStrcmpCommon()