Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7419 struct DeferredDevicePtrEntryTy { struct in __anoneb75deaf3d11::MappableExprsHandler
7420 const Expr *IE = nullptr;
7421 const ValueDecl *VD = nullptr;
7422 bool ForDeviceAddr = false;
7424 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() argument