Home
last modified time | relevance | path

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

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