Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenTypes.cpp932 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
H A DTargetInfo.cpp9606 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp952 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp1603 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
7063 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
H A DASTContext.cpp12220 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2790 uint64_t getTargetNullPointerValue(QualType QT) const;