Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2057 SVal LeftLength = getCStringLength(C, state, Left.Expression, LeftVal); in evalStrcmpCommon() local
2058 if (LeftLength.isUndef()) in evalStrcmpCommon()