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.h393 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
423 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.cpp313 omp_allocator_handle_t const omp_pteam_mem_alloc = variable
H A Ddllexports591 omp_pteam_mem_alloc DATA
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_alloc.cpp2158 } else if (allocator == omp_pteam_mem_alloc) { in __kmp_alloc()
H A Dkmp.h1113 extern omp_allocator_handle_t const omp_pteam_mem_alloc;
/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp.h.var393 extern __KMP_IMP omp_allocator_handle_t const omp_pteam_mem_alloc;
423 omp_pteam_mem_alloc = 7,
H A Domp_lib.h.var237 integer(kind=omp_allocator_handle_kind)omp_pteam_mem_alloc
238 parameter(omp_pteam_mem_alloc=7)
H A Domp_lib.F90.var187 integer (kind=omp_allocator_handle_kind), parameter, public :: omp_pteam_mem_alloc = 7
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4646 "omp_cgroup_mem_alloc", "omp_pteam_mem_alloc",
H A DDiagnosticSemaKinds.td12084 "'omp_cgroup_mem_alloc', 'omp_pteam_mem_alloc' or 'omp_thread_mem_alloc'">;