Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 25 of 114) sorted by relevance

12345

/llvm-project/flang/test/Semantics/OpenMP/
H A Dallocate09.f9010 subroutine allocate() subroutine
15 !$omp allocate(a) allocator(omp_default_mem_alloc) argument
H A Dallocate08.f9013 subroutine allocate() subroutine
28 !$omp allocate(x) allocator(omp_default_mem_alloc) argument
H A Dallocate02.f908 subroutine allocate() subroutine
14 !$omp allocate(x, y) allocator(omp_default_mem_alloc) argument
H A Dallocate03.f908 subroutine allocate() subroutine
19 !$omp allocate(my_var%array) argument
H A Dallocate07.f908 subroutine allocate() subroutine
22 !$omp allocate(x%KIND) argument
H A Dallocators05.f9010 subroutine allocate() subroutine
19 !$omp allocators allocate(omp_default_mem_alloc: a) argument
H A Dallocate06.f909 subroutine allocate() subroutine
15 !$omp allocate(darray) allocator(omp_default_mem_alloc) argument
H A Dallocators01.f9010 subroutine allocate() subroutine
15 !$omp allocators allocate(arr3) argument
H A Dallocate05.f9010 subroutine allocate() subroutine
16 !$omp allocate allocator(omp_default_mem_alloc) argument
H A Dallocate-clause01.f908 subroutine allocate() subroutine
14 !$omp allocators allocate(allocator(-2), align(-3): b) argument
H A Dallocate01.f909 subroutine allocate() subroutine
19 !$omp allocate(y) argument
H A Dallocators06.f909 subroutine allocate() subroutine
15 !$omp allocators allocate(omp_default_mem_alloc: a) argument
H A Dallocate04.f907 subroutine allocate() subroutine
12 !$omp allocate(x) allocator(omp_default_mem_alloc) argument
H A Dallocators03.f908 subroutine allocate() subroutine
14 !$omp allocators allocate(arr1) private(arr2) argument
H A Dallocators02.f909 subroutine allocate() subroutine
19 !$omp allocators allocate(my_var%array) argument
H A Dallocators04.f9014 subroutine allocate() subroutine
25 !$omp allocators allocate(omp_default_mem_alloc: a) argument
/llvm-project/flang/test/Parser/OpenMP/
H A Dallocators-unparse.f905 subroutine allocate() subroutine
9 !$omp allocators allocate(omp_default_mem_alloc: arr1) argument
/llvm-project/clang/test/CodeGen/
H A Dcfi-unrelated-cast.cpp11 T *allocate(size_t sz) { in allocate() function in myalloc
17 T *allocate(size_t sz, const void *ptr) { in allocate() function in myalloc
H A Dubsan-debuglog-return.c4 __attribute__((returns_nonnull)) void *allocate(void) {} in allocate() function
/llvm-project/clang/test/SemaCXX/
H A DPR12778.cpp4 void* allocate(int __n) { in allocate() function
H A Dcxx2a-constexpr-dynalloc.cpp16 constexpr T *allocate(size_t N) { in allocate() function
34 constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of function type 'void ()'}} in allocate() function
40 constexpr void *allocate() { return NEW(8); } // expected-note {{cannot allocate memory of incomplete type 'Incomplete'}} in allocate() function
47 constexpr void *allocate() { return NEW(7); } // expected-note {{allocated size 7 is not a multiple of size 5 of element type 'WrongSize'}} allocate() function
[all...]
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
H A Dallocate_at_least.pass.cpp30 constexpr T* allocate(std::size_t) { return &t; } in allocate() function
40 constexpr T* allocate(std::size_t) { return &t1; } in allocate() function
/llvm-project/libcxx/test/support/
H A Dmin_allocator.h35 T* allocate(std::size_t n) in allocate() function
73 T* allocate(std::size_t n) in allocate() function
124 T* allocate(std::size_t n) in allocate() function
397 TEST_CONSTEXPR_CXX20 pointer allocate(std::ptrdiff_t n) in allocate() function
422 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) in allocate() function
447 TEST_CONSTEXPR_CXX20 T* allocate(std::size_t n) { return std::allocator<T>().allocate(n + 1) + 1; } in allocate() function
465 TEST_CONSTEXPR_CXX20 T* allocate(st function
[all...]
/llvm-project/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp106 T* allocate(std::size_t) { return nullptr; } allocate() function
115 T* allocate(std::size_t) { return nullptr; } allocate() function
123 T* allocate(std::size_t) { return nullptr; } allocate() function
132 T* allocate(std::size_t) { return nullptr; } allocate() function

12345