Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp798 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp432 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp958 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp1657 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
7229 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
H A DASTContext.cpp12362 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2821 uint64_t getTargetNullPointerValue(QualType QT) const;