Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2058 DefinedSVal compareWithZeroVal = compareWithZero.castAs<DefinedSVal>(); in evalStrcmpCommon() local
2059 state = state->assume(compareWithZeroVal, true); in evalStrcmpCommon()