Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DInitPreprocessor.cpp981 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1022 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
1023 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
1027 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp172 expectSameSignAndBitWidth(Context.getUIntPtrType(), Y.getType(Context),
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h351 IntType getUIntPtrType() const { in getUIntPtrType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp347 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
349 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
352 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
377 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
470 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp3602 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4674 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes()
4675 C.getUIntPtrType()); in emitDepobjElementsSizes()
11594 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td374 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
418 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
H A DSema.cpp378 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaOpenMP.cpp2243 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
2244 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1794 QualType getUIntPtrType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5888 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
7211 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
7212 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
7219 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()