Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp883 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
932 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros()
933 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
934 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h343 IntType getUIntPtrType() const { in getUIntPtrType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp345 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars()
347 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars()
350 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars()
375 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr()
468 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
H A DCGOpenMPRuntimeGPU.cpp3546 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4760 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes()
4761 C.getUIntPtrType()); in emitDepobjElementsSizes()
11602 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td312 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
351 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
H A DSema.cpp357 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaOpenMP.cpp2144 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef()
2145 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1709 QualType getUIntPtrType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5682 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext
6583 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl()
6584 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl()
6591 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()