Searched defs:DeferredDevicePtrEntryTy (Results 1 – 1 of 1) sorted by relevance
6875 struct DeferredDevicePtrEntryTy { struct in __anon93cce0fb3111::MappableExprsHandler6876 const Expr *IE = nullptr;6877 const ValueDecl *VD = nullptr;6878 bool ForDeviceAddr = false;6880 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() argument