Home
last modified time | relevance | path

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

12345678910>>...12

/llvm-project-15.0.7/flang/test/Semantics/
H A Dallocated.f9012 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 Dalloc_function.pass.cpp31 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 Dalloc_F.pass.cpp44 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 Dconstruct.pass.cpp86 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 Dclass-message-protocol-lookup.m7 + (id)alloc; class
15 + (id)alloc; class
25 + (id)alloc { return 0; } class
H A Darc-unsafe-assigns.m12 + (id)alloc; class
21 +(id)alloc { return 0; } class
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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
H A Dctor_exceptions.pass.cpp84 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 Dconstruct_iter_iter_alloc.pass.cpp38 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 Dget_allocator.pass.cpp25 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 Dget_allocator.pass.cpp25 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 Dget_allocator.pass.cpp25 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 Dget_allocator.pass.cpp23 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 Dget_allocator.pass.cpp25 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 Dnext-objc-dispatch.m51 + (id)alloc; class
60 +(id) alloc { class
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Dranges_destroy.pass.cpp57 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 Ddestroy_at.pass.cpp46 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 Dinfinite-loop.mm7 +(instancetype)alloc; class
16 +(instancetype)alloc; class
86 +(instancetype)alloc; class

12345678910>>...12