Home
last modified time | relevance | path

Searched defs:DeferredDevicePtrEntryTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6619 struct DeferredDevicePtrEntryTy { struct in __anon93cce0fb2c11::MappableExprsHandler
6620 const Expr *IE = nullptr;
6621 const ValueDecl *VD = nullptr;
6622 bool ForDeviceAddr = false;
6624 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() argument