Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DInitPreprocessor.cpp661 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
710 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
711 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
712 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
/external/clang/include/clang/Basic/
DTargetInfo.h223 IntType getUIntPtrType() const { in getUIntPtrType() function
/external/clang/lib/Sema/
DSema.cpp243 Context.getAtomicType(Context.getUIntPtrType())); in Initialize()
DSemaOpenMP.cpp828 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in IsOpenMPCapturedByRef()
829 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) in IsOpenMPCapturedByRef()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3320 Ctx.getUIntPtrType(), in emitTargetCall()
3322 LValue DstLV = CGF.MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in emitTargetCall()
3325 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in emitTargetCall()
DCGStmtOpenMP.cpp53 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
99 ArgType = Ctx.getUIntPtrType(); in GenerateOpenMPCapturedStmtFunction()
/external/clang/include/clang/AST/
DASTContext.h1358 QualType getUIntPtrType() const;
/external/clang/lib/AST/
DASTContext.cpp4097 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext