Lines Matching refs:IsNullPtr
1552 bool IsNullPtr : 1; member
1560 bool isNullPointer() const { return IsNullPtr;} in isNullPointer()
1567 V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr); in moveInto()
1571 Designator.IsOnePastTheEnd, IsNullPtr); in moveInto()
1580 IsNullPtr = V.isNullPointer(); in setFrom()
1597 IsNullPtr = false; in set()
1606 IsNullPtr = true; in setNull()
1626 if (IsNullPtr) { in checkNullPointerDiagnosingWith()
1682 IsNullPtr = false; in clearIsNullPointer()
8894 !Result.IsNullPtr && in VisitCastExpr()
8918 if (E->getCastKind() == CK_AddressSpaceConversion && Result.IsNullPtr) in VisitCastExpr()
8966 Result.IsNullPtr = false; in VisitCastExpr()