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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2555   uint64_t getTargetNullPointerValue(QualType QT) const;

References

tools/clang/lib/AST/APValue.cpp
  721     Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy);
tools/clang/lib/AST/ExprConstant.cpp
 1517           CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy));
 6349       uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0));
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  799     return Context.getTargetNullPointerValue(T) == 0;
tools/clang/lib/CodeGen/TargetInfo.cpp
 8042   if (CGM.getContext().getTargetNullPointerValue(QT) == 0)