Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1153 bool RequiresDevicePointerInfo = false; variable
1167 explicit TargetDataInfo(bool RequiresDevicePointerInfo, in TargetDataInfo() argument
1169 : RequiresDevicePointerInfo(RequiresDevicePointerInfo), in TargetDataInfo()
1183 bool requiresDevicePointerInfo() { return RequiresDevicePointerInfo; } in requiresDevicePointerInfo()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1440 explicit TargetDataInfo(bool RequiresDevicePointerInfo, in TargetDataInfo() argument
1442 : llvm::OpenMPIRBuilder::TargetDataInfo(RequiresDevicePointerInfo, in TargetDataInfo()