Searched refs:getUIntPtrType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 883 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 D | TargetInfo.h | 343 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 345 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 D | CGOpenMPRuntimeGPU.cpp | 3546 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 4760 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 D | OpenCLBuiltins.td | 312 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>; 351 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
|
| H A D | Sema.cpp | 357 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
|
| H A D | SemaOpenMP.cpp | 2144 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 D | ASTContext.h | 1709 QualType getUIntPtrType() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5682 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()
|