Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2030 SVal LeftLength = getCStringLength(C, state, Left.Expression, LeftVal); in evalStrcmpCommon() local
2031 if (LeftLength.isUndef()) in evalStrcmpCommon()