Searched refs:StatePtrIsNull (Results 1 – 1 of 1) sorted by relevance
1930 ProgramStateRef StatePtrIsNull, StatePtrNotNull; in ReallocMem() local1931 std::tie(StatePtrIsNull, StatePtrNotNull) = State->assume(PtrEQ); in ReallocMem()1936 bool PrtIsNull = StatePtrIsNull && !StatePtrNotNull; in ReallocMem()1943 UndefinedVal(), StatePtrIsNull); in ReallocMem()