Searched refs:getUIntPtrType (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 994 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1037 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros() 1038 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1042 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 367 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 348 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 D | CGOpenMPRuntimeGPU.cpp | 3250 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 4354 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes() 4355 C.getUIntPtrType()); in emitDepobjElementsSizes() 11206 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 375 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>; 419 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
|
| H A D | Sema.cpp | 379 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
|
| H A D | SemaOpenMP.cpp | 2275 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef() 2276 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1769 QualType getUIntPtrType() const;
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5937 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext 7316 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl() 7317 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl() 7324 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()
|