Searched refs:getUIntPtrType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | InitPreprocessor.cpp | 781 DefineTypeSize("__UINTPTR_MAX__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 830 DefineType("__UINTPTR_TYPE__", TI.getUIntPtrType(), Builder); in InitializePredefinedMacros() 831 DefineFmt("__UINTPTR", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros() 832 DefineTypeWidth("__UINTPTR_WIDTH__", TI.getUIntPtrType(), TI, Builder); in InitializePredefinedMacros()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 285 IntType getUIntPtrType() const { in getUIntPtrType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 275 Ctx.getUIntPtrType(), in GenerateOpenMPCapturedVars() 277 LValue DstLV = MakeAddrLValue(DstAddr, Ctx.getUIntPtrType()); in GenerateOpenMPCapturedVars() 280 DstAddr.getPointer(), Ctx.getPointerType(Ctx.getUIntPtrType()), in GenerateOpenMPCapturedVars() 306 AddrLV.getAddress().getPointer(), Ctx.getUIntPtrType(), in castValueFromUintptr() 408 ArgType = Ctx.getUIntPtrType(); in emitOutlinedFunctionPrologue()
|
| H A D | CGOpenMPRuntimeNVPTX.cpp | 4177 Arg = castValueToType(CGF, Arg, ElemTy, CGFContext.getUIntPtrType(), in createParallelDataSharingWrapper()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | Sema.cpp | 284 auto AtomicUIntPtrT = Context.getAtomicType(Context.getUIntPtrType()); in Initialize()
|
| H A D | SemaOpenMP.cpp | 1544 Ctx.getTypeSizeInChars(Ctx.getUIntPtrType()) || in isOpenMPCapturedByRef() 1545 Ctx.getDeclAlign(D) > Ctx.getTypeAlignInChars(Ctx.getUIntPtrType()))) { in isOpenMPCapturedByRef()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1587 QualType getUIntPtrType() const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4996 QualType ASTContext::getUIntPtrType() const { in getUIntPtrType() function in ASTContext 5874 Fields[Count++] = { getUIntPtrType(), "_cfisa" }; in getCFConstantStringDecl() 5875 Fields[Count++] = { getUIntPtrType(), "_swift_rc" }; in getCFConstantStringDecl() 5882 Fields[Count++] = { getUIntPtrType(), "_ptr" }; in getCFConstantStringDecl()
|