reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ExprConstant.cpp
 1474     bool isNullPointer() const { return IsNullPtr;}
 1481         V = APValue(Base, Offset, APValue::NoLValuePath(), IsNullPtr);
 1485                     Designator.IsOnePastTheEnd, IsNullPtr);
 1494       IsNullPtr = V.isNullPointer();
 1511       IsNullPtr = false;
 1520       IsNullPtr = true;
 1540       if (IsNullPtr) {
 1596       IsNullPtr = false;
 7952           !Result.IsNullPtr &&
 7968     if (E->getCastKind() == CK_AddressSpaceConversion && Result.IsNullPtr)
 8015       Result.IsNullPtr = false;