Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp1043 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1086 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
1087 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1091 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h389 IntType getUIntPtrType() const { in getUIntPtrType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp348 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
350 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
353 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
378 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
471 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp3172 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4151 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes()
4152 C.getUIntPtrType()); in emitDepobjElementsSizes()
10729 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
/freebsd-14.2/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.cpp380 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaOpenMP.cpp2297 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
2299 Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1792 QualType getUIntPtrType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5949 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
7323 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
7324 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
7331 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()