Searched defs:DeferredDevicePtrEntryTy (Results 1 – 1 of 1) sorted by relevance
7236 struct DeferredDevicePtrEntryTy { struct in __anonad2d34463d11::MappableExprsHandler7237 const Expr *IE = nullptr;7238 const ValueDecl *VD = nullptr;7239 bool ForDeviceAddr = false;7241 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() function