Searched refs:omp_const_mem_alloc (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/lib/libomp/ |
H A D | omp.h | 373 extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; 402 omp_const_mem_alloc = 3, 400 omp_const_mem_alloc = 3, global() enumerator
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_global.cpp | 309 omp_allocator_handle_t const omp_const_mem_alloc = variable
|
H A D | kmp_stub.cpp | 341 omp_allocator_handle_t const omp_const_mem_alloc = variable
|
H A D | dllexports | 575 omp_const_mem_alloc DATA
|
H A D | kmp_alloc.cpp | 1687 } else if (allocator == omp_const_mem_alloc) { in __kmp_alloc()
|
H A D | kmp_settings.cpp | 3689 omp_const_mem_alloc | omp_high_bw_mem_alloc | 3800 } else if (__kmp_match_str("omp_const_mem_alloc", scan, &next)) { in __kmp_stg_parse_allocator() 3803 KMP_WARNING(OmpNoAllocator, "omp_const_mem_alloc"); in __kmp_stg_parse_allocator() 3806 traits[count].value = RCAST(omp_uintptr_t, omp_const_mem_alloc); in __kmp_stg_parse_allocator() 4023 } else if (__kmp_def_allocator == omp_const_mem_alloc) { in __kmp_stg_print_allocator() 4024 __kmp_stg_print_str(buffer, name, "omp_const_mem_alloc"); in __kmp_stg_print_allocator()
|
H A D | kmp.h | 1101 extern omp_allocator_handle_t const omp_const_mem_alloc;
|
/freebsd-src/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 373 extern __KMP_IMP omp_allocator_handle_t const omp_const_mem_alloc; 402 omp_const_mem_alloc = 3,
|
H A D | omp_lib.h.var | 209 integer(kind=omp_allocator_handle_kind)omp_const_mem_alloc 210 parameter(omp_const_mem_alloc=3)
|
H A D | omp_lib.f90.var |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 4293 "omp_large_cap_mem_alloc", "omp_const_mem_alloc",
|
H A D | DiagnosticSemaKinds.td | 11485 "'omp_const_mem_alloc', 'omp_high_bw_mem_alloc', 'omp_low_lat_mem_alloc', "
|