/llvm-project/llvm/test/MC/ARM/ |
H A D | pool.s | 6 .global pool symbol 8 pool: label
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/ |
H A D | uninitialized_copy.pass.cpp | 55 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 D | uninitialized_copy_n.pass.cpp | 55 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 D | ranges_uninitialized_copy_n.pass.cpp | 173 char pool[sizeof(T) * N] = {0}; main() local 185 char pool[sizeof(T) * N] = {0}; main() local
|
H A D | ranges_uninitialized_copy.pass.cpp | 408 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 D | destroy.pass.cpp | 38 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 D | destroy_n.pass.cpp | 38 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 D | uninitialized_move.pass.cpp | 64 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 D | uninitialized_move_n.pass.cpp | 64 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 D | ranges_uninitialized_move_n.pass.cpp | 203 char pool[sizeof(T) * N] = {0}; main() local 215 char pool[sizeof(T) * N] = {0}; main() local
|
H A D | ranges_uninitialized_move.pass.cpp | 447 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 D | destroy.pass.cpp | 88 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 D | uninitialized_value_construct.pass.cpp | 61 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 D | uninitialized_value_construct_n.pass.cpp | 60 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 D | demangle_tree.py | 97 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 D | ConstString.cpp | 82 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 D | uninitialized_fill.pass.cpp | 54 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 D | uninitialized_fill_n.pass.cpp | 53 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 D | uninitialized_default_construct.pass.cpp | 60 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 D | uninitialized_default_construct_n.pass.cpp | 61 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 D | reproducer-replay.py | 118 pool = Pool(args.threads) variable
|
/llvm-project/mlir/test/python/dialects/linalg/opdsl/ |
H A D | shape_maps_iteration.py | 66 def pool( function
|
/llvm-project/clang/tools/include-mapping/ |
H A D | cppreference_parser.py | 130 _GetSymbols(pool, root_dir, index_page_name, namespace, variants_to_accept) global() argument
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.h | 139 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 D | benchmark_runner.h | 99 std::vector<std::thread> pool; variable
|