Searched refs:RequiresDevicePointerInfo (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1602 bool RequiresDevicePointerInfo = false; member in class:clang::CodeGen::CGOpenMPRuntime::OffloadEntriesInfoManagerTy::TargetDataInfo
1620 explicit TargetDataInfo(bool RequiresDevicePointerInfo) argument
1621 : RequiresDevicePointerInfo(RequiresDevicePointerInfo) {}
1635 bool requiresDevicePointerInfo() { return RequiresDevicePointerInfo; }

Completed in 57 milliseconds