Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h1629 bool RequiresDevicePointerInfo = false; variable
1663 explicit TargetDataInfo(bool RequiresDevicePointerInfo, in TargetDataInfo() argument
1665 : RequiresDevicePointerInfo(RequiresDevicePointerInfo), in TargetDataInfo()
1684 bool requiresDevicePointerInfo() { return RequiresDevicePointerInfo; } in requiresDevicePointerInfo()