/llvm-project/flang/test/Semantics/ |
H A D | allocated.f90 | 3 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 D | new-test.cpp | 13 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 D | alloc_function.pass.cpp | 34 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 D | alloc_F.pass.cpp | 47 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 D | from_range_unordered_containers.h | 140 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 D | from_range_associative_containers.h | 81 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 D | construct.pass.cpp | 87 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 D | cons.ostream.allocator.pass.cpp | 35 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 D | cons.move.pass.cpp | 37 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 D | cons.pointer.allocator.pass.cpp | 35 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 D | cons.pointer.allocator.pass.cpp | 32 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 D | class-message-protocol-lookup.m | 6 + (id)alloc; class 14 + (id)alloc; class 24 + (id)alloc { return 0; } class
|
/llvm-project/libcxx/test/std/containers/associative/set/ |
H A D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 25 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 23 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 D | get_allocator.pass.cpp | 25 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 D | get_allocator.pass.cpp | 25 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 D | get_allocator.pass.cpp | 25 std::allocator<ValueType> alloc; in main() local 30 other_allocator<ValueType> alloc(1); in main() local
|