Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp994 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 DTargetInfo.h367 IntType getUIntPtrType() const { in getUIntPtrType() function
/openbsd-src/gnu/llvm/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.cpp3250 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
H A DCGOpenMPRuntime.cpp4354 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 DOpenCLBuiltins.td375 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>;
419 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
H A DSema.cpp379 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
H A DSemaOpenMP.cpp2275 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 DASTContext.h1769 QualType getUIntPtrType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5937 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()