Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6935 struct DeferredDevicePtrEntryTy { struct in __anonffc6c7122811::MappableExprsHandler
6936 const Expr *IE = nullptr;
6937 const ValueDecl *VD = nullptr;
6938 bool ForDeviceAddr = false;
6940 DeferredDevicePtrEntryTy(const Expr *IE, const ValueDecl *VD, in DeferredDevicePtrEntryTy() function