Searched refs:getUIntPtrType (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 661 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/ |
D | TargetInfo.h | 223 IntType getUIntPtrType() const { in getUIntPtrType() function
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 243 Context.getAtomicType(Context.getUIntPtrType())); in Initialize()
|
D | SemaOpenMP.cpp | 828 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in IsOpenMPCapturedByRef() 829 Ctx.getDeclAlign(VD) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) in IsOpenMPCapturedByRef()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3320 Ctx.getUIntPtrType(), in emitTargetCall() 3322 LValue DstLV = CGF.MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in emitTargetCall() 3325 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in emitTargetCall()
|
D | CGStmtOpenMP.cpp | 53 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr() 99 ArgType = Ctx.getUIntPtrType(); in GenerateOpenMPCapturedStmtFunction()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1358 QualType getUIntPtrType() const;
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 4097 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
|