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.cpp1133 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1179 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
1180 DefineFmt(LangOpts, "__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1184 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h398 IntType getUIntPtrType() const { in getUIntPtrType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp374 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
376 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
380 Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
405 AddrLV.getAddress().emitRawPointer(CGF), Ctx.getUIntPtrType(), in castValueFromUintptr()
499 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp1966 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4166 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes()
4167 C.getUIntPtrType()); in emitDepobjElementsSizes()
10757 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td375 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
419 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
H A DSema.cpp425 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaChecking.cpp1583 ExpectedTy = S.Context.getUIntPtrType(); in checkPointerAuthValue()
1707 Call->setType(S.Context.getUIntPtrType()); in PointerAuthBlendDiscriminator()
1720 Call->setType(S.Context.getUIntPtrType()); in PointerAuthSignGenericData()
H A DSemaOpenMP.cpp2302 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
2304 Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1859 QualType getUIntPtrType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6393 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
7779 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
7780 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
7787 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()