Home
last modified time | relevance | path

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

/freebsd/lib/libomp/
H A Domp.h375 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
404 omp_pteam_mem_alloc = 7, enumerator
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stub.cpp349 omp_allocator_handle_t const omp_pteam_mem_alloc = variable
H A Dkmp_global.cpp317 omp_allocator_handle_t const omp_pteam_mem_alloc = variable
H A Ddllexports579 omp_pteam_mem_alloc DATA
H A Dkmp_alloc.cpp1693 } else if (allocator == omp_pteam_mem_alloc) { in __kmp_alloc()
H A Dkmp_settings.cpp3830 traits[count].value = RCAST(omp_uintptr_t, omp_pteam_mem_alloc); in __kmp_stg_parse_allocator()
4029 } else if (__kmp_def_allocator == omp_pteam_mem_alloc) { in __kmp_stg_print_allocator()
H A Dkmp.h1095 extern omp_allocator_handle_t const omp_pteam_mem_alloc;
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var375 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
404 omp_pteam_mem_alloc = 7,
H A Domp_lib.h.var217 integer(kind=omp_allocator_handle_kind)omp_pteam_mem_alloc
218 parameter(omp_pteam_mem_alloc=7)
H A Domp_lib.f90.var140 integer (kind=omp_allocator_handle_kind), parameter :: omp_pteam_mem_alloc = 7
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4081 "omp_cgroup_mem_alloc", "omp_pteam_mem_alloc",
H A DDiagnosticSemaKinds.td11271 "'omp_cgroup_mem_alloc', 'omp_pteam_mem_alloc' or 'omp_thread_mem_alloc'">;