Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dinterop.cpp147 #define __OMP_GET_INTEROP_TY(RETURN_TYPE, SUFFIX) \ macro
158 __OMP_GET_INTEROP_TY(intptr_t, int)
159 __OMP_GET_INTEROP_TY(void *, ptr)
160 __OMP_GET_INTEROP_TY(const char *, str)
161 #undef __OMP_GET_INTEROP_TY