Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dtable-size.ll9 define i32 @table_size() {
10 ; CHECK-LABEL: table_size:
11 ; CHECK-NEXT: .functype table_size () -> (i32)
/llvm-project-15.0.7/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dvalues.pass.cpp36 static_assert(E::table_size == 256, ""); in test1()
44 where(E::table_size); in test1()
H A Dctor_engine_copy.pass.cpp28 for (unsigned k = 0; k <= Adaptor::table_size; ++k) { in main()
H A Dctor_engine_move.pass.cpp29 for (unsigned k = 0; k <= Adaptor::table_size; ++k) { in main()
/llvm-project-15.0.7/openmp/libomptarget/docs/
H A Ddeclare_target_indirect.md95 // functions. \p table_size is the number of elements in \p table_host_ptr
98 int32_t device_id, uint64_t table_size, __omp_offloading_fptr_map_ty *table_host_ptr);
119table_size, __omp_offloading_fptr_map_ty *table_host_ptr)` allocates device memory of size `sizeof…
/llvm-project-15.0.7/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A Dtable_size.pass.cpp27 const size_t* G = &F::table_size; in main()
H A Dclassic_table.pass.cpp24 assert(F::table_size >= 256); in main()
/llvm-project-15.0.7/libcxx/include/__random/
H A Dshuffle_order_engine.h68 static _LIBCPP_CONSTEXPR const size_t table_size = __k;
215 _LIBCPP_CONSTEXPR const size_t shuffle_order_engine<_Engine, __k>::table_size;
/llvm-project-15.0.7/libcxx/lib/abi/
H A DCHANGELOG.TXT100 * 049f6c29a6f0 - [libc++] Resolve missing table_size symbol
102 This commit added an out-of-line definition for `table_size` in the library.
/llvm-project-15.0.7/libcxx/include/
H A D__locale756 static const size_t table_size = _CACHED_RUNES;
758 static const size_t table_size = 256; // FIXME: Don't hardcode this.
H A Drandom315 static constexpr size_t table_size = k;
/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp987 const size_t ctype<char>::table_size; member in ctype<char>
1113 static _LIBCPP_CONSTEXPR const ctype<char>::mask builtin_table[table_size] = { in classic_table()