Lines Matching refs:__KMP_IMP
37 # ifndef __KMP_IMP
38 # define __KMP_IMP __declspec(dllimport)
42 # ifndef __KMP_IMP
43 # define __KMP_IMP
362 extern __KMP_IMP omp_allocator_handle_t const omp_null_allocator;
363 extern __KMP_IMP omp_allocator_handle_t const omp_default_mem_alloc;
364 extern __KMP_IMP omp_allocator_handle_t const omp_large_cap_mem_alloc;
365 extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc;
366 extern __KMP_IMP omp_allocator_handle_t const omp_high_bw_mem_alloc;
367 extern __KMP_IMP omp_allocator_handle_t const omp_low_lat_mem_alloc;
368 extern __KMP_IMP omp_allocator_handle_t const omp_cgroup_mem_alloc;
369 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
370 extern __KMP_IMP omp_allocator_handle_t const omp_thread_mem_alloc;
371 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_host_mem_alloc;
372 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_shared_mem_alloc;
373 extern __KMP_IMP omp_allocator_handle_t const llvm_omp_target_device_mem_alloc;
376 extern __KMP_IMP omp_memspace_handle_t const omp_default_mem_space;
377 extern __KMP_IMP omp_memspace_handle_t const omp_large_cap_mem_space;
378 extern __KMP_IMP omp_memspace_handle_t const omp_const_mem_space;
379 extern __KMP_IMP omp_memspace_handle_t const omp_high_bw_mem_space;
380 extern __KMP_IMP omp_memspace_handle_t const omp_low_lat_mem_space;
381 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_host_mem_space;
382 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_shared_mem_space;
383 extern __KMP_IMP omp_memspace_handle_t const llvm_omp_target_device_mem_space;
503 # undef __KMP_IMP