Searched defs:DeferredDevicePtrEntryTy (Results 1 – 1 of 1) sorted by relevance
6604 struct DeferredDevicePtrEntryTy { struct in __anon90c6c1b12c11::MappableExprsHandler6605 const Expr *IE = nullptr;6606 const ValueDecl *VD = nullptr;6607 bool ForDeviceAddr = false;6609 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() function