Home
last modified time | relevance | path

Searched refs:__rest (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/ext/
Dropeimpl.h687 _RopeRep* __rest = _S_leaf_concat_char_iter(__leftright, in _S_concat() local
694 { return(_S_tree_concat(__leftleft, __rest)); } in _S_concat()
698 _S_unref(__rest); in _S_concat()
1089 _CharT* __rest = _S_flatten(__left, __buffer); in _S_flatten() local
1090 return _S_flatten(__right, __rest); in _S_flatten()
1537 size_t __rest; in rope() local
1546 __rest = __n % __exponentiate_threshold; in rope()
1547 if (0 == __rest) in rope()
1551 __rest_buffer = this->_Data_allocate(_S_rounded_up_size(__rest)); in rope()
1552 __uninitialized_fill_n_a(__rest_buffer, __rest, __c, in rope()
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__hash_table1349 __node_holder __construct_node_hash(size_t __hash, _First&& __f, _Rest&&... __rest);
2467 size_t __hash, _First&& __f, _Rest&& ...__rest)
2475 _VSTD::forward<_Rest>(__rest)...);
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dsimd942 constexpr _Tp __variadic_sum(_Up __first, _Args... __rest) {
943 return static_cast<_Tp>(__first) + __variadic_sum<_Tp>(__rest...);