Lines Matching refs:__KMP_IMP

38 #       ifndef __KMP_IMP
39 # define __KMP_IMP __declspec(dllimport) macro
43 # ifndef __KMP_IMP
44 # define __KMP_IMP
368 extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator;
369 extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc;
370 extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc;
371 extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc;
372 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
373 extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc;
374 extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc;
375 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
376 extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc;
377 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc;
378 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc;
379 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc;
382 extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space;
383 extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space;
384 extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space;
385 extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space;
386 extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space;
387 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space;
388 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space;
389 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space;
509 # undef __KMP_IMP