Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1150 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1200 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
1201 DefineFmt(LangOpts, "__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1205 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h415 IntType getUIntPtrType() const { in getUIntPtrType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp404 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
406 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
410 Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
435 AddrLV.getAddress().emitRawPointer(CGF), Ctx.getUIntPtrType(), in castValueFromUintptr()
529 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp1965 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4140 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes()
4141 C.getUIntPtrType()); in emitDepobjElementsSizes()
10825 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td379 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
423 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
H A DSema.cpp493 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaChecking.cpp1643 ExpectedTy = S.Context.getUIntPtrType(); in checkPointerAuthValue()
1767 Call->setType(S.Context.getUIntPtrType()); in PointerAuthBlendDiscriminator()
1780 Call->setType(S.Context.getUIntPtrType()); in PointerAuthSignGenericData()
H A DSemaOpenMP.cpp2278 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
2280 Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2044 QualType getUIntPtrType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6840 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
8375 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
8376 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
8383 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()