Searched refs:__values (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 228 unique_ptr<_Value[], decltype(__destroy)> __values( 239 __values.get() + __chunk, 244 std::__construct_at(__values.get() + __chunk, __transform(__first + __index)); 249 std::make_move_iterator(__values.get()), 250 std::make_move_iterator(__values.get() + __partitions.__chunk_count_), 277 …unique_ptr<_Value[], decltype(__destroy)> __values(std::allocator<_Value>().allocate(__size), __de… 281 std::__construct_at(__values.get(), std::move(*__first)); 283 std::__construct_at(__values.get() + __i, std::move(__values.get()[__i - 1])); 285 *__first = std::move(__values.get()[__size - 1]); 306 __inplace_merge_chunks(__values.get()); [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/ |
H A D | extents.h | 98 array<size_t, sizeof...(_Values)> __values{_Values...}; 103 __running_sum += __values[__i]; 169 _TDynamic __values[__size_] = {static_cast<_TDynamic>(__vals)...}; 173 __dyn_vals_[_DynamicIdxMap::__get(__i)] = __values[__i]; 180 __values[__i] == static_cast<_TDynamic>(__static_val), 255 _LIBCPP_HIDE_FROM_ABI constexpr bool __are_representable_as(_From... __values) { 256 return (__mdspan_detail::__is_representable_as<_To>(__values) && ... && true); 260 _LIBCPP_HIDE_FROM_ABI constexpr bool __are_representable_as(span<_From, _Size> __values) { 262 if (!__mdspan_detail::__is_representable_as<_To>(__values[__i])) 514 …ultidimensional_index_in_impl(index_sequence<_Idxs...>, const _Extents& __ext, _From... __values) { [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | write_escaped.h | 187 __escape(basic_string<_CharT>& __str, basic_string_view<_CharT> __values, __escape_quotation_mark _… in __escape() argument 188 __unicode::__code_point_view<_CharT> __view{__values.begin(), __values.end()}; in __escape() 224 __format_escaped_string(basic_string_view<_CharT> __values, 229 __formatter::__escape(__str, __values, __escape_quotation_mark::__double_quote);
|
H A D | format_arg_store.h | 209 __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... … in __create_packed_storage() argument 220 *__values++ = __arg.__value_; in __create_packed_storage()
|