Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_debugger.cpp228 static inline void *__kmp_convert_to_ptr(kmp_uint64 addr) { in __kmp_convert_to_ptr() function
247 char *file = (char *)__kmp_convert_to_ptr(item->file); in kmp_location_match()
248 char *func = (char *)__kmp_convert_to_ptr(item->func); in kmp_location_match()
267 kmp_omp_nthr_info_t *info = (kmp_omp_nthr_info_t *)__kmp_convert_to_ptr( in __kmp_omp_num_threads()
271 (kmp_omp_nthr_item_t *)__kmp_convert_to_ptr(info->array); in __kmp_omp_num_threads()