Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2035 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon() local
2036 if (RightLength.isUndef()) in evalStrcmpCommon()