Lines Matching refs:IsNullPtr
1553 bool IsNullPtr : 1; member
1561 bool isNullPointer() const { return IsNullPtr;} in isNullPointer()
1568 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
1572 Designator.IsOnePastTheEnd, IsNullPtr); in moveInto()
1581 IsNullPtr = V.isNullPointer(); in setFrom()
1598 IsNullPtr = false; in set()
1607 IsNullPtr = true; in setNull()
1627 if (IsNullPtr) { in checkNullPointerDiagnosingWith()
1683 IsNullPtr = false; in clearIsNullPointer()
8730 !Result.IsNullPtr && in VisitCastExpr()
8746 if (E->getCastKind() == CK_AddressSpaceConversion && Result.IsNullPtr) in VisitCastExpr()
8793 Result.IsNullPtr = false; in VisitCastExpr()