Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7236 struct DeferredDevicePtrEntryTy { struct in __anonad2d34463d11::MappableExprsHandler
7237 const Expr *IE = nullptr;
7238 const ValueDecl *VD = nullptr;
7239 bool ForDeviceAddr = false;
7241 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() function