Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2062 SVal RightLength = getCStringLength(C, state, Right.Expression, RightVal); in evalStrcmpCommon() local
2063 if (RightLength.isUndef()) in evalStrcmpCommon()