Searched defs:DeviceInfoTy (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ | ||
H A D | OMPIRBuilder.h | 2255 enum class DeviceInfoTy { None, Pointer, Address }; global() enum |
/llvm-project/llvm/unittests/Frontend/ | ||
H A D | OpenMPIRBuilderTest.cpp | 5794 using DeviceInfoTy = llvm::OpenMPIRBuilder::DeviceInfoTy; TEST_F() typedef |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGOpenMPRuntime.cpp | 6539 using DeviceInfoTy = llvm::OpenMPIRBuilder::DeviceInfoTy; global() typedef in __anon143de22e2c11::MappableExprsHandler |