Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dapi.cpp35 int HostDevice = omp_get_initial_device(); in omp_get_device_num() local
37 DP("Call to omp_get_device_num returning %d\n", HostDevice); in omp_get_device_num()
39 return HostDevice; in omp_get_device_num()
44 int HostDevice = omp_get_num_devices(); in omp_get_initial_device() local
45 DP("Call to omp_get_initial_device returning %d\n", HostDevice); in omp_get_initial_device()
46 return HostDevice; in omp_get_initial_device()
/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dhost-device-constexpr.cu28 constexpr int HostDevice() { return 0; } in HostDevice() function