Searched refs:getUIntPtrType (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 1150 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1200 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros() 1201 DefineFmt(LangOpts, "__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1205 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 415 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 404 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars() 406 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars() 410 Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars() 435 AddrLV.getAddress().emitRawPointer(CGF), Ctx.getUIntPtrType(), in castValueFromUintptr() 529 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1965 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 4140 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes() 4141 C.getUIntPtrType()); in emitDepobjElementsSizes() 10825 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 379 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>; 423 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
|
| H A D | Sema.cpp | 493 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
|
| H A D | SemaChecking.cpp | 1643 ExpectedTy = S.Context.getUIntPtrType(); in checkPointerAuthValue() 1767 Call->setType(S.Context.getUIntPtrType()); in PointerAuthBlendDiscriminator() 1780 Call->setType(S.Context.getUIntPtrType()); in PointerAuthSignGenericData()
|
| H A D | SemaOpenMP.cpp | 2278 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef() 2280 Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2044 QualType getUIntPtrType() const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6840 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext 8375 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl() 8376 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl() 8383 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()
|