Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp781 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
830 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
831 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
832 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h285 IntType getUIntPtrType() const { in getUIntPtrType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp275 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
277 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
280 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
306 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
408 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeNVPTX.cpp4177 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp284 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaOpenMP.cpp1544 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
1545 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1587 QualType getUIntPtrType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4996 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
5874 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
5875 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
5882 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()