/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | regex_scanner.tcc | 99 auto __c = *_M_current++; in _M_scan_normal() local 211 auto __c = *_M_current++; in _M_scan_in_bracket() local 273 auto __c = *_M_current++; in _M_scan_in_brace() local 317 auto __c = *_M_current++; in _M_eat_escape_ecma() local 396 auto __c = *_M_current; in _M_eat_escape_posix() local 434 auto __c = *_M_current++; in _M_eat_escape_awk() local
|
H A D | string_view.tcc | 69 find(_CharT __c, size_type __pos) const noexcept in find() 105 rfind(_CharT __c, size_type __pos) const noexcept in rfind() 174 find_first_not_of(_CharT __c, size_type __pos) const noexcept in find_first_not_of() 207 find_last_not_of(_CharT __c, size_type __pos) const noexcept in find_last_not_of()
|
H A D | streambuf.tcc | 64 const int_type __c = this->uflow(); in xsgetn() local 98 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn() local 122 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local
|
H A D | istream.tcc | 247 int_type __c = __eof; in get() local 280 get(char_type& __c) in get() 630 int_type __c = traits_type::eof(); in peek() local 719 putback(char_type __c) in putback() 931 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) in operator >>() argument 1034 __int_type __c = __sb->sgetc(); in ws() local
|
H A D | streambuf_iterator.h | 130 int_type __c = _M_get(); in _GLIBCXX_VISIBILITY() local 344 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() local 381 int_type __c = __sb->sgetc(); in _GLIBCXX_VISIBILITY() local
|
H A D | basic_string.tcc | 238 _M_construct(size_type __n, _CharT __c) in _M_construct() 348 resize(size_type __n, _CharT __c) in resize() 394 _CharT __c) in _M_replace_aux() 1224 find(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find() 1264 rfind(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in rfind() 1332 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() 1365 find_last_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_last_not_of()
|
/dflybsd-src/include/xlocale/ |
H A D | _ctype.h | 77 __maskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __maskrune_l() 86 __istype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __istype_l() 102 __sbmaskrune_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbmaskrune_l() 111 __sbistype_l(__ct_rune_t __c, unsigned long __f, locale_t __loc) in __sbistype_l() 147 _XLOCALE_INLINE int towlower_l(int __c, locale_t __l) in towlower_l() 154 _XLOCALE_INLINE int towupper_l(int __c, locale_t __l) in towupper_l()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/ |
H A D | ctype_members.cc | 119 const int __c = wctob(__wc); in do_narrow() local 135 const int __c = wctob(*__lo); in do_narrow() local 144 const int __c = wctob(*__lo); in do_narrow() local 158 const int __c = wctob(__i); in _M_initialize_ctype() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 153 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = in _GLIBCXX_VISIBILITY() local 198 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; in _GLIBCXX_VISIBILITY() local 387 _Rope_RopeConcatenation<_CharT,_Alloc>* __c in _GLIBCXX_VISIBILITY() local 741 _RopeConcatenation* __c = (_RopeConcatenation*)__base; in _GLIBCXX_VISIBILITY() local 1082 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1122 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1255 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1331 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1381 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local
|
H A D | stdio_sync_filebuf.h | 133 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local 278 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local
|
H A D | vstring.tcc | 50 resize(size_type __n, _CharT __c) in resize() 99 _CharT __c) in _M_replace_aux() 294 find(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find() 335 rfind(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in rfind() 405 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() 439 find_last_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_last_not_of()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | ropeimpl.h | 154 _Rope_RopeConcatenation<_CharT, _Alloc>* __c = in _GLIBCXX_VISIBILITY() local 199 _Rope_RopeConcatenation<_CharT, _Alloc>* __c; in _GLIBCXX_VISIBILITY() local 388 _Rope_RopeConcatenation<_CharT,_Alloc>* __c in _GLIBCXX_VISIBILITY() local 742 _RopeConcatenation* __c = (_RopeConcatenation*)__base; in _GLIBCXX_VISIBILITY() local 1083 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1123 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1256 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1332 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local 1382 _RopeConcatenation* __c = (_RopeConcatenation*)__r; in _GLIBCXX_VISIBILITY() local
|
H A D | stdio_sync_filebuf.h | 104 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local 249 int_type __c = this->syncgetc(); in _GLIBCXX_VISIBILITY() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
H A D | ctype_members.cc | 163 const int __c = wctob(__wc); in do_narrow() local 181 const int __c = wctob(*__lo); in do_narrow() local 190 const int __c = wctob(*__lo); in do_narrow() local 206 const int __c = wctob(__i); in _M_initialize_ctype() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/experimental/bits/ |
H A D | string_view.tcc | 73 find(_CharT __c, size_type __pos) const noexcept in find() 109 rfind(_CharT __c, size_type __pos) const noexcept in rfind() 175 find_first_not_of(_CharT __c, size_type __pos) const noexcept in find_first_not_of() 207 find_last_not_of(_CharT __c, size_type __pos) const noexcept in find_last_not_of()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | istream.tcc | 60 __int_type __c = __sb->sgetc(); in sentry() local 241 int_type __c = __eof; in get() local 274 get(char_type& __c) in get() 624 int_type __c = traits_type::eof(); in peek() local 713 putback(char_type __c) in putback() 925 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT& __c) in operator >>() argument 1028 __int_type __c = __sb->sgetc(); in ws() local
|
H A D | streambuf.tcc | 65 const int_type __c = this->uflow(); in xsgetn() local 99 int_type __c = this->overflow(traits_type::to_int_type(*__s)); in xsputn() local 123 typename _Traits::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local
|
H A D | basic_string.tcc | 155 _S_construct(size_type __n, _CharT __c, const _Alloc& __a) in _S_construct() 222 basic_string(size_type __n, _CharT __c, const _Alloc& __a) in basic_string() 283 append(size_type __n, _CharT __c) in append() 642 resize(size_type __n, _CharT __c) in resize() 671 _CharT __c) in _M_replace_aux() 762 find(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find() 801 rfind(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in rfind() 866 find_first_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_first_not_of() 898 find_last_not_of(_CharT __c, size_type __pos) const _GLIBCXX_NOEXCEPT in find_last_not_of()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
H A D | ctype_members.cc | 210 const int __c = wctob(__wc); in do_narrow() local 226 const int __c = wctob(*__lo); in do_narrow() local 235 const int __c = wctob(*__lo); in do_narrow() local 249 const int __c = wctob(__i); in _M_initialize_ctype() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | hypergeometric.tcc | 85 __conf_hyperg_series(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg_series() 122 __conf_hyperg_luke(_Tp __a, _Tp __c, _Tp __xin) in __conf_hyperg_luke() 229 __conf_hyperg(_Tp __a, _Tp __c, _Tp __x) in __conf_hyperg() 273 __hyperg_series(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg_series() 306 __hyperg_luke(_Tp __a, _Tp __b, _Tp __c, _Tp __xin) in __hyperg_luke() 440 __hyperg_reflect(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg_reflect() 730 __hyperg(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | hypergeometric.tcc | 79 __conf_hyperg_series(const _Tp __a, const _Tp __c, const _Tp __x) in __conf_hyperg_series() 116 __conf_hyperg_luke(const _Tp __a, const _Tp __c, const _Tp __xin) in __conf_hyperg_luke() 223 __conf_hyperg(const _Tp __a, const _Tp __c, const _Tp __x) in __conf_hyperg() 268 const _Tp __c, const _Tp __x) in __hyperg_series() 301 __hyperg_luke(const _Tp __a, const _Tp __b, const _Tp __c, in __hyperg_luke() 436 __hyperg_reflect(const _Tp __a, const _Tp __b, const _Tp __c, in __hyperg_reflect() 727 __hyperg(const _Tp __a, const _Tp __b, const _Tp __c, const _Tp __x) in __hyperg()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | streambuf.cc | 44 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local 84 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local
|
H A D | mt_allocator.cc | 119 char* __c = __p - _M_get_align(); in _M_reclaim_block() local 146 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local 268 char* __c = __p - _M_get_align(); in _M_reclaim_block() local 390 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local 435 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | streambuf.cc | 43 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local 83 traits_type::int_type __c = __sbin->sgetc(); in __copy_streambufs_eof() local
|
H A D | mt_allocator.cc | 125 char* __c = __p - _M_get_align(); in _M_reclaim_block() local 152 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local 274 char* __c = __p - _M_get_align(); in _M_reclaim_block() local 396 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local 441 char* __c = static_cast<char*>(__v) + sizeof(_Block_address); in _M_reserve_block() local
|