Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/llvm-project/flang/test/Semantics/
H A Dallocated.f903 subroutine alloc(coarray_alloc, coarray_not_alloc, t2_not_alloc, & subroutine
13 integer, allocatable :: alloc(:) component
18 real, allocatable :: coarray_alloc[:] argument
23 integer :: not_alloc(100) argument
24 real, allocatable :: x_alloc argument
25 character(:), allocatable :: char_alloc(:) argument
26 type(t1) :: dt_not_alloc(100) argument
27 type(t1), allocatable :: dt_alloc(:) argument
29 real, allocatable :: coarray_alloc[:, :] argument
30 real, allocatable :: coarray_alloc_array(:)[:, :] argument
[all …]
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dnew-test.cpp13 void *alloc = operator new(size); in operator_new_delete() local
25 void *alloc = operator new[](size); in operator_new_delete_array() local
37 void *alloc = operator new(size, align); operator_new_delete() local
51 void *alloc = operator new[](size, align); operator_new_delete_array() local
65 void *alloc = operator new(size, tag); operator_new_delete() local
72 void *alloc = operator new[](size, tag); operator_new_delete_array() local
79 void *alloc = operator new(size, align, tag); operator_new_delete() local
87 void *alloc = operator new[](size, align, tag); operator_new_delete_array() local
95 void *alloc = operator new(size, ptr); operator_new_delete() local
101 void *alloc = operator new[](size, ptr); operator_new_delete_array() local
[all...]
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_function.pass.cpp34 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
58 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
80 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
102 void test_for_alloc(Alloc& alloc) in test_for_alloc()
124 bare_allocator<DummyClass> alloc; in main() local
128 non_default_test_allocator<DummyClass> alloc(42); in main() local
H A Dalloc_F.pass.cpp47 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
67 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
86 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
102 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
/llvm-project/libcxx/test/std/containers/unord/
H A Dfrom_range_unordered_containers.h140 Alloc alloc; test_unordered_map_with_input() local
152 Alloc alloc; test_unordered_map_with_input() local
162 Alloc alloc; test_unordered_map_with_input() local
233 ThrowingAllocator<ValueType> alloc; test_map_exception_safety_throwing_allocator() local
340 Alloc alloc; test_unordered_set_with_input() local
352 Alloc alloc; test_unordered_set_with_input() local
362 Alloc alloc; test_unordered_set_with_input() local
423 ThrowingAllocator<T> alloc; test_set_exception_safety_throwing_allocator() local
[all...]
/llvm-project/libcxx/test/std/containers/associative/
H A Dfrom_range_associative_containers.h81 Alloc alloc; test_associative_map_with_input() local
91 Alloc alloc; test_associative_map_with_input() local
160 ThrowingAllocator<ValueType> alloc; test_map_exception_safety_throwing_allocator() local
223 Alloc alloc; test_associative_set_with_input() local
233 Alloc alloc; test_associative_set_with_input() local
292 ThrowingAllocator<T> alloc; test_set_exception_safety_throwing_allocator() local
[all...]
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp87 std::allocator<A0> alloc; in test() local
97 std::allocator<A1> alloc; in test() local
107 std::allocator<A2> alloc; in test() local
118 std::allocator<VT> alloc; in test() local
129 std::allocator<A0> alloc; in test() local
142 std::allocator<A1> alloc; in test() local
155 std::allocator<A2> alloc; in test() local
/llvm-project/libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/
H A Dcons.ostream.allocator.pass.cpp35 const std::allocator<CharT> alloc; in test() local
60 const std::allocator<CharT> alloc; in test() local
85 const test_allocator<CharT> alloc; in test() local
H A Dcons.move.pass.cpp37 const std::allocator<CharT> alloc; in test() local
69 const std::allocator<CharT> alloc; in test() local
100 const test_allocator<CharT> alloc; in test() local
H A Dcons.pointer.allocator.pass.cpp35 const std::allocator<CharT> alloc; in test() local
66 const std::allocator<CharT> alloc; in test() local
97 const test_allocator<CharT> alloc; in test() local
/llvm-project/libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/
H A Dcons.pointer.allocator.pass.cpp32 const std::allocator<CharT> alloc; in test() local
59 const std::allocator<CharT> alloc; in test() local
86 test_allocator<CharT> alloc{42}; in test() local
/llvm-project/clang/test/SemaObjC/
H A Dclass-message-protocol-lookup.m6 + (id)alloc; class
14 + (id)alloc; class
24 + (id)alloc { return 0; } class
/llvm-project/libcxx/test/std/containers/associative/set/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/sequences/deque/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/sequences/list/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.set/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/associative/multiset/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in main() local
28 other_allocator<int> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/associative/map/
H A Dget_allocator.pass.cpp25 std::allocator<ValueType> alloc; in main() local
30 other_allocator<ValueType> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dget_allocator.pass.cpp23 std::allocator<bool> alloc; in test() local
28 other_allocator<bool> alloc(1); in test() local
/llvm-project/libcxx/test/std/containers/sequences/vector/
H A Dget_allocator.pass.cpp23 std::allocator<int> alloc; in test() local
28 other_allocator<int> alloc(1); in test() local
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Dget_allocator.pass.cpp25 std::allocator<ValueType> alloc; in main() local
30 other_allocator<ValueType> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/associative/multimap/
H A Dget_allocator.pass.cpp25 std::allocator<ValueType> alloc; in main() local
30 other_allocator<ValueType> alloc(1); in main() local
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dget_allocator.pass.cpp25 std::allocator<ValueType> alloc; in main() local
30 other_allocator<ValueType> alloc(1); in main() local

12345678910>>...14