/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | locale_facets.tcc | 709 return __beg; in _M_extract_int() 1420 for (; __beg != __end; ++__beg) in _M_extract() 1462 ++__beg; in _M_extract() 1469 && __ctype.is(ctype_base::space, *__beg); ++__beg); in _M_extract() 1481 && *__beg == __sign[__i]; ++__beg, ++__i); in _M_extract() 1625 __beg + __digits.size()) - __beg; in _M_insert() 1648 __beg, __beg + __paddec); in _M_insert() 1983 __beg = _M_extract_name(__beg, __end, __tmp, in _M_extract_via_format() 2010 ++__beg; in _M_extract_via_format() 2279 for (; __beg != __end && __i < 4; ++__beg, ++__i) in do_get_year() [all …]
|
H A D | sstream.tcc | 175 __newoffi += this->gptr() - __beg; in seekoff() 176 __newoffo += this->pptr() - __beg; in seekoff() 179 __newoffo = __newoffi += this->egptr() - __beg; in seekoff() 183 && this->egptr() - __beg >= __newoffi) in seekoff() 185 this->gbump((__beg + __newoffi) - this->gptr()); in seekoff() 190 && this->egptr() - __beg >= __newoffo) in seekoff() 192 this->pbump((__beg + __newoffo) - this->pptr()); in seekoff() 209 if ((__beg || !off_type(__sp)) && (__testin || __testout)) in seekpos() 215 && __pos <= this->egptr() - __beg); in seekpos() 219 this->gbump((__beg + __pos) - this->gptr()); in seekpos() [all …]
|
H A D | basic_string.tcc | 95 if (__beg == __end && __a == _Alloc()) in _S_construct() 101 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT)) in _S_construct() 103 __buf[__len++] = *__beg; in _S_construct() 104 ++__beg; in _S_construct() 110 while (__beg != __end) in _S_construct() 120 __r->_M_refdata()[__len++] = *__beg; in _S_construct() 121 ++__beg; in _S_construct() 141 if (__beg == __end && __a == _Alloc()) in _S_construct() 145 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0)) in _S_construct() 153 { _S_copy_chars(__r->_M_refdata(), __beg, __end); } in _S_construct() [all …]
|
H A D | locale_facets.h | 3120 get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3122 { return this->do_get_time(__beg, __end, __io, __err, __tm); } in _GLIBCXX_BEGIN_NAMESPACE() 3145 get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3173 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3228 get_year(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3266 do_get_time(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3285 do_get_date(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() 3304 do_get_weekday(iter_type __beg, iter_type __end, ios_base&, in _GLIBCXX_BEGIN_NAMESPACE() 3323 do_get_monthname(iter_type __beg, iter_type __end, ios_base&, in _GLIBCXX_BEGIN_NAMESPACE() 3342 do_get_year(iter_type __beg, iter_type __end, ios_base& __io, in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
H A D | basic_string.h | 476 basic_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_BEGIN_NAMESPACE() 978 insert(iterator __p, _InputIterator __beg, _InputIterator __end) in _GLIBCXX_BEGIN_NAMESPACE() 979 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_BEGIN_NAMESPACE() 1450 _S_construct_aux(_InIterator __beg, _InIterator __end, in _GLIBCXX_BEGIN_NAMESPACE() 1454 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE() 1459 _S_construct_aux(_InIterator __beg, _InIterator __end, in _GLIBCXX_BEGIN_NAMESPACE() 1461 { return _S_construct(static_cast<size_type>(__beg), in _GLIBCXX_BEGIN_NAMESPACE() 1466 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a) in _GLIBCXX_BEGIN_NAMESPACE() 1469 return _S_construct_aux(__beg, __end, __a, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE() 1475 _S_construct(_InIterator __beg, _InIterator __end, const _Alloc& __a, in _GLIBCXX_BEGIN_NAMESPACE() [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | locale_facets.tcc | 136 __c = *(++__beg); in _M_extract_float() 144 __c = *(++__beg); in _M_extract_float() 249 return __beg; in _M_extract_float() 573 __beg = _M_extract_float(__beg, __end, __io, __err, __xtrc); in do_get() 1377 ++__beg; in do_put() 1617 ++__beg; in _M_extract_via_format() 1635 ++__beg; in _M_extract_via_format() 1706 ++__beg; in _M_extract_via_format() 1978 ++__beg; in put() 1985 ++__beg; in put() [all …]
|
H A D | sstream.tcc | 132 char_type* __beg = _M_buf; in seekoff() local 153 __newoffi = __curi - __beg; in seekoff() 154 __newoffo = __curo - __beg; in seekoff() 158 __newoffi = __endi - __beg; in seekoff() 159 __newoffo = __endo - __beg; in seekoff() 165 _M_in_cur = __beg + __newoffi + __off; in seekoff() 188 char_type* __beg = NULL; in seekpos() local 201 __beg = this->eback(); in seekpos() 203 if (0 <= __pos && __pos <= __end - __beg) in seekpos() 208 __beg = this->pbase(); in seekpos() [all …]
|
H A D | basic_string.tcc | 80 if (__beg == __end && __a == _Alloc()) in _S_construct() 85 while (__beg != __end && __i < sizeof(__buf) / sizeof(_CharT)) in _S_construct() 87 __buf[__i++] = *__beg; in _S_construct() 88 ++__beg; in _S_construct() 104 if (__beg == __end) in _S_construct() 112 *__p++ = *__beg; in _S_construct() 113 ++__beg; in _S_construct() 140 if (__beg == __end && __a == _Alloc()) in _S_construct() 144 if (__builtin_expect(__beg == _InIter(), 0)) in _S_construct() 152 { _S_copy_chars(__r->_M_refdata(), __beg, __end); } in _S_construct() [all …]
|
H A D | locale_facets.h | 1332 get_time(iter_type __beg, iter_type __end, ios_base& __io, in get_time() argument 1334 { return this->do_get_time(__beg, __end, __io, __err, __tm); } in get_time() 1337 get_date(iter_type __beg, iter_type __end, ios_base& __io, in get_date() argument 1339 { return this->do_get_date(__beg, __end, __io, __err, __tm); } in get_date() 1342 get_weekday(iter_type __beg, iter_type __end, ios_base& __io, in get_weekday() argument 1352 get_year(iter_type __beg, iter_type __end, ios_base& __io, in get_year() argument 1364 do_get_time(iter_type __beg, iter_type __end, ios_base& __io, 1368 do_get_date(iter_type __beg, iter_type __end, ios_base& __io, 1372 do_get_weekday(iter_type __beg, iter_type __end, ios_base&, 1380 do_get_year(iter_type __beg, iter_type __end, ios_base& __io, [all …]
|
H A D | basic_string.h | 351 basic_string(_InputIterator __beg, _InputIterator __end, 525 void insert(iterator __p, _InputIterator __beg, _InputIterator __end) in insert() argument 526 { this->replace(__p, __p, __beg, __end); } in insert() 666 _S_construct_aux(_InIter __beg, _InIter __end, const _Alloc& __a, in _S_construct_aux() argument 670 return _S_construct(__beg, __end, __a, _Tag()); in _S_construct_aux() 675 _S_construct_aux(_InIter __beg, _InIter __end, const _Alloc& __a, in _S_construct_aux() argument 678 return _S_construct(static_cast<size_type>(__beg), in _S_construct_aux() 684 _S_construct(_InIter __beg, _InIter __end, const _Alloc& __a) in _S_construct() argument 687 return _S_construct_aux(__beg, __end, __a, _Integral()); in _S_construct() 693 _S_construct(_InIter __beg, _InIter __end, const _Alloc& __a, [all …]
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 106 _M_construct(__beg, __end, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE() 113 { _M_construct(static_cast<size_type>(__beg), in _GLIBCXX_BEGIN_NAMESPACE() 121 _M_construct_aux(__beg, __end, _Integral()); in _GLIBCXX_BEGIN_NAMESPACE() 351 { _M_construct(__beg, __end); } in __sso_string_base() 367 while (__beg != __end && __len < __capacity) in _M_construct() 369 _M_data()[__len++] = *__beg; in _M_construct() 370 ++__beg; in _M_construct() 375 while (__beg != __end) in _M_construct() 387 _M_data()[__len++] = *__beg; in _M_construct() 388 ++__beg; in _M_construct() [all …]
|
H A D | rc_string_base.h | 231 return _S_construct(__beg, __end, __a, _Tag()); in _GLIBCXX_BEGIN_NAMESPACE() 238 { return _S_construct(static_cast<size_type>(__beg), in _GLIBCXX_BEGIN_NAMESPACE() 499 if (__beg == __end && __a == _Alloc()) in _S_construct() 507 __buf[__len++] = *__beg; in _S_construct() 508 ++__beg; in _S_construct() 514 while (__beg != __end) in _S_construct() 524 __r->_M_refdata()[__len++] = *__beg; in _S_construct() 525 ++__beg; in _S_construct() 544 if (__beg == __end && __a == _Alloc()) in _S_construct() 548 if (__builtin_expect(_S_is_null_pointer(__beg) && __beg != __end, 0)) in _S_construct() [all …]
|
H A D | vstring.h | 216 __versa_string(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_BEGIN_NAMESPACE() 218 : __vstring_base(__beg, __end, __a) { } in _GLIBCXX_BEGIN_NAMESPACE() 740 insert(iterator __p, _InputIterator __beg, _InputIterator __end) in _GLIBCXX_BEGIN_NAMESPACE() 741 { this->replace(__p, __p, __beg, __end); } in _GLIBCXX_BEGIN_NAMESPACE()
|
/openbsd/gnu/gcc/libstdc++-v3/src/ |
H A D | localename.cc | 211 const char* __beg = std::strchr(__end + 1, '=') + 1; in _Impl() local 212 __end = std::strchr(__beg, ';'); in _Impl() 215 _M_names[__i] = new char[__end - __beg + 1]; in _Impl() 216 std::memcpy(_M_names[__i], __beg, __end - __beg); in _Impl() 217 _M_names[__i][__end - __beg] = '\0'; in _Impl()
|
/openbsd/gnu/lib/libstdc++/libstdc++/src/ |
H A D | localename.cc | 175 const char* __beg = __s; in _Impl() local 179 __beg = strchr(__beg, '=') + 1; in _Impl() 180 const char* __end = strchr(__beg, ';'); in _Impl() 183 char* __new = new char[__end - __beg + 1]; in _Impl() 184 memcpy(__new, __beg, __end - __beg); in _Impl() 185 __new[__end - __beg] = '\0'; in _Impl()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | vector | 742 void __annotate_contiguous_container(const void *__beg, const void *__end, 747 …if (!__libcpp_is_constant_evaluated() && __beg && is_same<allocator_type, __default_allocator_type… 748 __sanitizer_annotate_contiguous_container(__beg, __end, __old_mid, __new_mid);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog | 2275 __beg == NULL && __end == __beg.
|
H A D | ChangeLog-2001 | 5905 * include/bits/basic_string.h (_S_find(const _CharT* __beg, const
|