Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp539 return astContext.getTargetNullPointerValue(t) == 0; in isZeroInitializable()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp446 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp858 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp971 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp1693 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
7604 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
H A DASTContext.cpp13512 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp370 uint64_t Val = Ctx.getASTContext().getTargetNullPointerValue(CE->getType()); in VisitCastExpr()
4198 return this->emitNullPtr(Ctx.getASTContext().getTargetNullPointerValue(QT), in visitZeroInitializer()
5180 uint64_t Val = Ctx.getASTContext().getTargetNullPointerValue(E->getType()); in VisitCXXNullPtrLiteralExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3112 uint64_t getTargetNullPointerValue(QualType QT) const;