Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2158 ProgramStateRef StatePtrIsNull, StatePtrNotNull; in ReallocMemAux() local
2159 std::tie(StatePtrIsNull, StatePtrNotNull) = State->assume(PtrEQ); in ReallocMemAux()
2164 bool PrtIsNull = StatePtrIsNull && !StatePtrNotNull; in ReallocMemAux()
2171 UndefinedVal(), StatePtrIsNull); in ReallocMemAux()