Searched refs:getUIntPtrType (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 981 DefineTypeSizeAndWidth("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1022 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros() 1023 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 1027 assert(TI.getTypeWidth(TI.getUIntPtrType()) == in InitializePredefinedMacros()
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | SValTest.cpp | 172 expectSameSignAndBitWidth(Context.getUIntPtrType(), Y.getType(Context),
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 351 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 347 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars() 349 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars() 352 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars() 377 AddrLV.getAddress(CGF).getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr() 470 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 3602 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| H A D | CGOpenMPRuntime.cpp | 4674 CGF.CreateMemTemp(C.getUIntPtrType(), "depobj.size.addr"), in emitDepobjElementsSizes() 4675 C.getUIntPtrType()); in emitDepobjElementsSizes() 11594 return C.getTypeSize(C.getUIntPtrType()); in getAArch64LS()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 374 def UIntPtr : Type<"uintptr_t", QualType<"Context.getUIntPtrType()">>; 418 …tr : Type<"atomic_uintptr_t", QualType<"Context.getAtomicType(Context.getUIntPtrType())">>;
|
| H A D | Sema.cpp | 378 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
|
| H A D | SemaOpenMP.cpp | 2243 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef() 2244 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1794 QualType getUIntPtrType() const;
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 5888 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext 7211 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl() 7212 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl() 7219 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()
|