Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.cpp898 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
H A DTargetInfo.cpp9207 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp881 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
H A DExprConstant.cpp1604 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
6974 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
H A DASTContext.cpp11331 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2645 uint64_t getTargetNullPointerValue(QualType QT) const;