Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Dinterop.h162 } omp_foreign_runtime_ids_t; typedef
174 const omp_foreign_runtime_ids_t vendor_id = cuda;
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp42 const char *getVendorIdToStr(const omp_foreign_runtime_ids_t VendorId) { in getVendorIdToStr()