Searched defs:DeferredDevicePtrEntryTy (Results 1 – 1 of 1) sorted by relevance
7419 struct DeferredDevicePtrEntryTy { struct in __anoneb75deaf3d11::MappableExprsHandler7420 const Expr *IE = nullptr;7421 const ValueDecl *VD = nullptr;7422 bool ForDeviceAddr = false;7424 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() argument