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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp2052 DefinedSVal compareWithZeroVal = compareWithZero.castAs<DefinedSVal>(); local
2053 state = state->assume(compareWithZeroVal, true);

Completed in 51 milliseconds