Home
last modified time | relevance | path

Searched refs:__kmpc_destroy_allocator (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Ddllexports540 __kmpc_destroy_allocator
H A Dkmp_ftn_entry.h409 __kmpc_destroy_allocator(__kmp_entry_gtid(), al); in FTN_DESTROY_ALLOCATOR()
H A Dkmp_alloc.cpp1464 void __kmpc_destroy_allocator(int gtid, omp_allocator_handle_t allocator) { in __kmpc_destroy_allocator() function
H A Dkmp.h1018 extern void __kmpc_destroy_allocator(int gtid, omp_allocator_handle_t al);
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPKinds.def405 __OMP_RTL(__kmpc_destroy_allocator, false, Void, /* Int */ Int32,
937 __OMP_RTL_ATTRS(__kmpc_destroy_allocator, AllocAttrs, AttributeSet(),
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll625 declare void @__kmpc_destroy_allocator(i32, i8*)
1146 ; CHECK-NEXT: declare void @__kmpc_destroy_allocator(i32, i8*)
1674 ; OPTIMISTIC-NEXT: declare void @__kmpc_destroy_allocator(i32, i8*)