Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp.h.var318 typedef uintptr_t omp_uintptr_t;
352 #define omp_atv_default ((omp_uintptr_t)-1)
356 omp_uintptr_t value;
361 typedef omp_uintptr_t omp_allocator_handle_t;
375 typedef omp_uintptr_t omp_memspace_handle_t;
386 typedef enum omp_allocator_handle_t : omp_uintptr_t
406 typedef enum omp_memspace_handle_t : omp_uintptr_t
461 typedef omp_uintptr_t omp_event_handle_t;
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp3580 traits[count].value = RCAST(omp_uintptr_t, omp_high_bw_mem_alloc); in __kmp_stg_parse_allocator()
3593 traits[count].value = RCAST(omp_uintptr_t, omp_large_cap_mem_alloc); in __kmp_stg_parse_allocator()
3600 traits[count].value = RCAST(omp_uintptr_t, omp_default_mem_alloc); in __kmp_stg_parse_allocator()
3608 traits[count].value = RCAST(omp_uintptr_t, omp_const_mem_alloc); in __kmp_stg_parse_allocator()
3616 traits[count].value = RCAST(omp_uintptr_t, omp_low_lat_mem_alloc); in __kmp_stg_parse_allocator()
3624 traits[count].value = RCAST(omp_uintptr_t, omp_cgroup_mem_alloc); in __kmp_stg_parse_allocator()
3632 traits[count].value = RCAST(omp_uintptr_t, omp_pteam_mem_alloc); in __kmp_stg_parse_allocator()
3640 traits[count].value = RCAST(omp_uintptr_t, omp_thread_mem_alloc); in __kmp_stg_parse_allocator()
H A Dkmp.h930 typedef uintptr_t omp_uintptr_t; typedef
964 #define omp_atv_default ((omp_uintptr_t)-1)
978 omp_uintptr_t value;