Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1659 bool RequiresDevicePointerInfo = false; variable
1693 explicit TargetDataInfo(bool RequiresDevicePointerInfo, in TargetDataInfo() argument
1695 : RequiresDevicePointerInfo(RequiresDevicePointerInfo), in TargetDataInfo()
1714 bool requiresDevicePointerInfo() { return RequiresDevicePointerInfo; } in requiresDevicePointerInfo()