Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp889 return Context.getTargetNullPointerValue(T) == 0; in isZeroInitializable()
DTargetInfo.cpp9064 if (CGM.getContext().getTargetNullPointerValue(QT) == 0) in getNullPointer()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp873 Result = Ctx.MakeIntValue(Ctx.getTargetNullPointerValue(SrcTy), SrcTy); in toIntegralConstant()
DExprConstant.cpp1598 CharUnits::fromQuantity(Ctx.getTargetNullPointerValue(PointerTy)); in setNull()
6963 uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0)); in visit()
DASTContext.cpp11138 uint64_t ASTContext::getTargetNullPointerValue(QualType QT) const { in getTargetNullPointerValue() function in ASTContext
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2604 uint64_t getTargetNullPointerValue(QualType QT) const;