| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | allocated.f90 | 12 integer, allocatable :: alloc(:) argument 22 integer :: not_alloc(100) argument 23 real, allocatable :: x_alloc argument 24 character(:), allocatable :: char_alloc(:) argument 25 type(t1) :: dt_not_alloc(100) argument 26 type(t1), allocatable :: dt_alloc(:) argument 28 real, allocatable :: coarray_alloc[:, :] argument 29 real, allocatable :: coarray_alloc_array(:)[:, :] argument 30 real :: coarray_not_alloc(:)[*] argument 32 type(t2) :: t2_not_alloc argument [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/ |
| H A D | alloc_function.pass.cpp | 31 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 55 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 77 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 99 void test_for_alloc(Alloc& alloc) in test_for_alloc() 121 bare_allocator<DummyClass> alloc; in main() local 125 non_default_test_allocator<DummyClass> alloc(42); in main() local
|
| H A D | alloc_F.pass.cpp | 44 void test_FunctionObject(AllocType& alloc) in test_FunctionObject() 64 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() 83 void test_MemFunClass(AllocType& alloc) in test_MemFunClass() 99 void test_for_alloc(Alloc& alloc) { in test_for_alloc()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
| H A D | construct.pass.cpp | 86 std::allocator<A0> alloc; in test() local 96 std::allocator<A1> alloc; in test() local 106 std::allocator<A2> alloc; in test() local 117 std::allocator<VT> alloc; in test() local 128 std::allocator<A0> alloc; in test() local 141 std::allocator<A1> alloc; in test() local 154 std::allocator<A2> alloc; in test() local
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | class-message-protocol-lookup.m | 7 + (id)alloc; class 15 + (id)alloc; class 25 + (id)alloc { return 0; } class
|
| H A D | arc-unsafe-assigns.m | 12 + (id)alloc; class 21 +(id)alloc { return 0; } class
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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
|
| H A D | ctor_exceptions.pass.cpp | 84 Allocator<bool> alloc(false); in main() local 111 std::allocator<bool> alloc; in main() local 118 std::allocator<bool> alloc; in main() local 126 Allocator<bool> alloc(false); in main() local 134 Allocator<bool> alloc(false); in main() local
|
| H A D | construct_iter_iter_alloc.pass.cpp | 38 std::allocator<bool> alloc; in tests() local 47 min_allocator<bool> alloc; in tests() local
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | next-objc-dispatch.m | 51 + (id)alloc; class 60 +(id) alloc { class
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/ |
| H A D | ranges_destroy.pass.cpp | 57 std::allocator<Counted> alloc; in test() local 76 std::allocator<Counted> alloc; in test() local 108 std::allocator<Array> alloc; in test_arrays() local 133 std::allocator<Array> alloc; in test_arrays() local 160 std::allocator<Array> alloc; in test_arrays() local 188 std::allocator<Array> alloc; in test_arrays() local
|
| H A D | destroy_at.pass.cpp | 46 Alloc alloc; in test_arrays() local 64 Alloc alloc; in test_arrays() local 87 Alloc alloc; in test() local 108 Alloc alloc; in test() local
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | infinite-loop.mm | 7 +(instancetype)alloc; class 16 +(instancetype)alloc; class 86 +(instancetype)alloc; class
|