Home
last modified time | relevance | path

Searched refs:getTargetNullPointerValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp932 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
DTargetInfo.cpp9253 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAPValue.cpp881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
DExprConstant.cpp1604 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
DASTContext.cpp11405 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h2696 uint64_t getTargetNullPointerValue(QualType QT) const;