Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/llvm/test/MC/ARM/
H A Dpool.s6 .global pool symbol
8 pool: label
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Duninitialized_copy.pass.cpp55 char pool[sizeof(B)*N] = {0}; in main() local
79 char pool[sizeof(Nasty)*N] = {0}; in main() local
97 char pool[sizeof(T) * N] = {0}; in main() local
108 char pool[sizeof(T) * N] = {0}; in main() local
H A Duninitialized_copy_n.pass.cpp55 char pool[sizeof(B)*N] = {0}; in main() local
79 char pool[sizeof(Nasty)*N] = {0}; in main() local
97 char pool[sizeof(T) * N] = {0}; in main() local
108 char pool[sizeof(T) * N] = {0}; in main() local
H A Dranges_uninitialized_copy_n.pass.cpp173 char pool[sizeof(T) * N] = {0}; main() local
185 char pool[sizeof(T) * N] = {0}; main() local
H A Dranges_uninitialized_copy.pass.cpp408 char pool[sizeof(T) * N] = {0}; main() local
420 char pool[sizeof(T) * N] = {0}; main() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.destroy/
H A Ddestroy.pass.cpp38 Array* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test_arrays() local
59 Array* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test_arrays() local
87 Counted* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test() local
H A Ddestroy_n.pass.cpp38 Array* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test_arrays() local
60 Array* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test_arrays() local
89 Counted* pool = std::allocator_traits<Alloc>::allocate(alloc, 5); in test() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Duninitialized_move.pass.cpp64 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
87 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
123 char pool[sizeof(T) * N] = {0}; in main() local
134 char pool[sizeof(T) * N] = {0}; in main() local
H A Duninitialized_move_n.pass.cpp64 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
87 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
126 char pool[sizeof(T) * N] = {0}; in main() local
137 char pool[sizeof(T) * N] = {0}; in main() local
H A Dranges_uninitialized_move_n.pass.cpp203 char pool[sizeof(T) * N] = {0}; main() local
215 char pool[sizeof(T) * N] = {0}; main() local
H A Dranges_uninitialized_move.pass.cpp447 char pool[sizeof(T) * N] = {0}; main() local
459 char pool[sizeof(T) * N] = {0}; main() local
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp88 CountDestructor* pool = std::allocator_traits<Alloc>::allocate(alloc, 1); in test() local
102 T* pool = std::allocator_traits<Alloc>::allocate(alloc, 1); in test() local
113 CountDestructor* pool = std::allocator_traits<Alloc>::allocate(alloc, 1); in test() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
H A Duninitialized_value_construct.pass.cpp61 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
77 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
93 int pool[N] = {-1, -1, -1, -1, -1}; in test_value_initialized() local
H A Duninitialized_value_construct_n.pass.cpp60 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
78 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
96 int pool[N] = {-1, -1, -1, -1, -1}; in test_value_initialized() local
/llvm-project/llvm/utils/
H A Ddemangle_tree.py97 def process_one_chunk(pool, chunk_size, objdump, context): argument
152 def process_pending_files(pool, chunk_size, objdump, context): argument
/llvm-project/lldb/source/Utility/
H A DConstString.cpp82 const PoolEntry &pool = selectPool(llvm::StringRef(ccstr)); in GetMangledCounterpart() local
104 PoolEntry &pool = selectPool(string_hash); in GetConstCStringWithStringRef() local
130 PoolEntry &pool = selectPool(demangled_hash); in GetConstCStringAndSetMangledCounterPart() local
147 PoolEntry &pool = selectPool(llvm::StringRef(mangled_ccstr)); in GetConstCStringAndSetMangledCounterPart() local
167 for (const auto &pool : m_string_pools) { in GetMemoryStats() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp54 char pool[sizeof(B)*N] = {0}; in main() local
76 char pool[N*sizeof(Nasty)] = {0}; in main() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp53 char pool[sizeof(B)*N] = {0}; in main() local
77 char pool[N*sizeof(Nasty)] = {0}; in main() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
H A Duninitialized_default_construct.pass.cpp60 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
76 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
H A Duninitialized_default_construct_n.pass.cpp61 alignas(ThrowsCounted) char pool[sizeof(ThrowsCounted)*N] = {}; in test_ctor_throws() local
77 alignas(Counted) char pool[sizeof(Counted)*N] = {}; in test_counted() local
/llvm-project/lldb/scripts/
H A Dreproducer-replay.py118 pool = Pool(args.threads) variable
/llvm-project/mlir/test/python/dialects/linalg/opdsl/
H A Dshape_maps_iteration.py66 def pool( function
/llvm-project/clang/tools/include-mapping/
H A Dcppreference_parser.py130 _GetSymbols(pool, root_dir, index_page_name, namespace, variants_to_accept) global() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h139 kmp_lock_pool_t pool; // make certain struct is large enough member
197 kmp_lock_pool_t pool; // make certain struct is large enough member
275 kmp_lock_pool_t pool; member
391 kmp_lock_pool_t pool; member
428 kmp_lock_pool_t pool; member
488 kmp_lock_pool_t pool; member
620 kmp_lock_pool_t pool; member
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_runner.h99 std::vector<std::thread> pool; variable

12