Searched refs:__prefix (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__format/ |
H A D | formatter_integral.h | 209 const char* __prefix, 212 if (__specs.__std_.__alternate_form_ && __prefix) 213 while (*__prefix) 214 *__first++ = *__prefix++;
|
H A D | formatter_output.h | 396 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit() argument 398 std::ranges::copy(__prefix, __nul_terminator{}, __out_it); in __write_escaped_code_unit()
|
/openbsd/gnu/llvm/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 186 …ute_bm_prefix(_Iterator __first, _Iterator __last, _BinaryPredicate __pred, _Container& __prefix) { in __compute_bm_prefix() argument 189 __prefix[0] = 0; in __compute_bm_prefix() 194 __k = __prefix[__k - 1]; in __compute_bm_prefix() 198 __prefix[__i] = __k; in __compute_bm_prefix()
|
/openbsd/gnu/llvm/libcxx/include/experimental/ |
H A D | functional | 280 …__compute_bm_prefix ( _Iterator __f, _Iterator __l, _BinaryPredicate __pred, _Container &__prefix ) 284 __prefix[0] = 0; 289 __k = __prefix [ __k - 1 ]; 293 __prefix [ __i ] = __k;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/ext/ |
H A D | ropeimpl.h | 1056 _Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len)); in _S_dump() 1058 bool __too_big = __r->_M_size > __prefix->_M_size; in _S_dump() 1060 _S_flatten(__prefix, __buffer); in _S_dump() 1061 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _S_dump() 1506 rope<_CharT,_Alloc> __prefix = __r.substr(0, __first.index()); in _Rope_rotate() local 1513 __r = __prefix; in _Rope_rotate()
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 1172 _Self_destruct_ptr __prefix(_S_substring(__r, 0, __max_len)); in _S_dump() 1174 bool __too_big = __r->_M_size > __prefix->_M_size; in _S_dump() 1176 _S_flatten(__prefix, __buffer); in _S_dump() 1177 __buffer[__prefix->_M_size] = _S_eos((_CharT*)0); in _S_dump() 1665 rope<_CharT, _Alloc> __prefix = __r.substr(0, __first.index()); in _Rope_rotate() local 1672 __r = __prefix; in _Rope_rotate()
|