/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | functexcept.cc | 65 __throw_logic_error(const char* __s __attribute__((unused))) in __throw_logic_error() 69 __throw_domain_error(const char* __s __attribute__((unused))) in __throw_domain_error() 73 __throw_invalid_argument(const char* __s __attribute__((unused))) in __throw_invalid_argument() 77 __throw_length_error(const char* __s __attribute__((unused))) in __throw_length_error() 81 __throw_out_of_range(const char* __s __attribute__((unused))) in __throw_out_of_range() 91 char *const __s = static_cast<char*>(__builtin_alloca(__alloca_size)); in __throw_out_of_range_fmt() local 101 __throw_runtime_error(const char* __s __attribute__((unused))) in __throw_runtime_error() 105 __throw_range_error(const char* __s __attribute__((unused))) in __throw_range_error() 109 __throw_overflow_error(const char* __s __attribute__((unused))) in __throw_overflow_error() 113 __throw_underflow_error(const char* __s __attribute__((unused))) in __throw_underflow_error()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
H A D | functexcept.cc | 65 __throw_logic_error(const char* __s) in __throw_logic_error() 69 __throw_domain_error(const char* __s) in __throw_domain_error() 73 __throw_invalid_argument(const char* __s) in __throw_invalid_argument() 77 __throw_length_error(const char* __s) in __throw_length_error() 81 __throw_out_of_range(const char* __s) in __throw_out_of_range() 85 __throw_runtime_error(const char* __s) in __throw_runtime_error() 89 __throw_range_error(const char* __s) in __throw_range_error() 93 __throw_overflow_error(const char* __s) in __throw_overflow_error() 97 __throw_underflow_error(const char* __s) in __throw_underflow_error() 101 __throw_ios_failure(const char* __s) in __throw_ios_failure()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | regex_grep_matcher.tcc | 47 const std::__regex::_StateSet& __s) in __move() 66 __includes_some(const std::__regex::_StateSet& __s, in __includes_some() 90 _StateStack& __s, in __add_visited_state() 124 _StateSet __s; in _M_e_closure() local 133 _M_e_closure(const _StateSet& __s) in _M_e_closure() 142 _M_e_closure(_StateStack& __stack, const _StateSet& __s) in _M_e_closure()
|
H A D | basic_string.tcc | 208 basic_string(const _CharT* __s, size_type __n, const _Alloc& __a) in basic_string() 215 basic_string(const _CharT* __s, const _Alloc& __a) in basic_string() 261 assign(const _CharT* __s, size_type __n) in assign() 300 append(const _CharT* __s, size_type __n) in append() 362 insert(size_type __pos, const _CharT* __s, size_type __n) in insert() 416 replace(size_type __pos, size_type __n1, const _CharT* __s, in replace() 521 swap(basic_string& __s) in swap() 660 const basic_string __s(__k1, __k2); in _M_replace_dispatch() local 683 _M_replace_safe(size_type __pos1, size_type __n1, const _CharT* __s, in _M_replace_safe() 725 copy(_CharT* __s, size_type __n, size_type __pos) const in copy() [all …]
|
H A D | istream.tcc | 311 get(char_type* __s, streamsize __n, char_type __delim) in get() 402 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 652 read(char_type* __s, streamsize __n) in read() 681 readsome(char_type* __s, streamsize __n) in readsome() 957 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) in operator >>() argument
|
H A D | locale_facets.tcc | 848 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill, in _M_insert_int() 972 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() 1091 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() 1143 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() 1150 __do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in __do_put() 1157 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() 1164 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() 1242 __add_grouping(_CharT* __s, _CharT __sep, in __add_grouping()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | riemann_zeta.tcc | 80 __riemann_zeta_sum(_Tp __s) in __riemann_zeta_sum() 117 __riemann_zeta_alt(_Tp __s) in __riemann_zeta_alt() 159 __riemann_zeta_glob(_Tp __s) in __riemann_zeta_glob() 254 __riemann_zeta_product(_Tp __s) in __riemann_zeta_product() 295 __riemann_zeta(_Tp __s) in __riemann_zeta() 367 __hurwitz_zeta_glob(_Tp __a, _Tp __s) in __hurwitz_zeta_glob() 432 __hurwitz_zeta(_Tp __a, _Tp __s) in __hurwitz_zeta()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | riemann_zeta.tcc | 74 __riemann_zeta_sum(const _Tp __s) in __riemann_zeta_sum() 111 __riemann_zeta_alt(const _Tp __s) in __riemann_zeta_alt() 153 __riemann_zeta_glob(const _Tp __s) in __riemann_zeta_glob() 248 __riemann_zeta_product(const _Tp __s) in __riemann_zeta_product() 289 __riemann_zeta(const _Tp __s) in __riemann_zeta() 361 __hurwitz_zeta_glob(const _Tp __a, const _Tp __s) in __hurwitz_zeta_glob() 426 __hurwitz_zeta(const _Tp __a, const _Tp __s) in __hurwitz_zeta()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
H A D | c_locale.cc | 45 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in __convert_to_v() 72 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() 99 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, in __convert_to_v() 125 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale() 149 locale::facet::_S_lc_ctype_c_locale(__c_locale __cloc, const char* __s) in _S_lc_ctype_c_locale()
|
H A D | time_members.cc | 47 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put() 196 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 59 swap(basic_string& __s) _GLIBCXX_NOEXCEPT in swap() 311 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, in _M_mutate() 360 _M_append(const _CharT* __s, size_type __n) in _M_append() 384 const basic_string __s(__k1, __k2); in _M_replace_dispatch() local 422 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace() 475 copy(_CharT* __s, size_type __n, size_type __pos) const in copy() 1188 find(const _CharT* __s, size_type __pos, size_type __n) const in find() argument 1242 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() argument 1281 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() argument 1297 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() argument [all …]
|
H A D | istream.tcc | 317 get(char_type* __s, streamsize __n, char_type __delim) in get() 408 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 658 read(char_type* __s, streamsize __n) in read() 687 readsome(char_type* __s, streamsize __n) in readsome() 963 operator>>(basic_istream<_CharT, _Traits>& __in, _CharT* __s) in operator >>() argument
|
H A D | locale_facets.tcc | 851 _M_insert_int(_OutIter __s, ios_base& __io, _CharT __fill, in _M_insert_int() 975 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() 1106 do_put(iter_type __s, ios_base& __io, char_type __fill, bool __v) const in do_put() 1158 do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in do_put() 1165 __do_put(iter_type __s, ios_base& __io, char_type __fill, double __v) const in __do_put() 1172 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() 1179 do_put(iter_type __s, ios_base& __io, char_type __fill, in do_put() 1257 __add_grouping(_CharT* __s, _CharT __sep, in __add_grouping()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 63 _M_append(const _CharT* __s, size_type __n) in _M_append() 88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch() local 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace() 255 copy(_CharT* __s, size_type __n, size_type __pos) const in copy() 270 find(const _CharT* __s, size_type __pos, size_type __n) const in find() argument 313 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() argument 353 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() argument 370 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() argument 392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() argument 417 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of() argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
H A D | vstring.tcc | 64 _M_append(const _CharT* __s, size_type __n) in _M_append() 88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch() local 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace() 255 copy(_CharT* __s, size_type __n, size_type __pos) const in copy() 270 find(const _CharT* __s, size_type __pos, size_type __n) const in find() argument 313 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() argument 353 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() argument 370 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() argument 392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() argument 417 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of() argument [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/ |
H A D | c_locale.cc | 50 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in __convert_to_v() 115 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() 160 __convert_to_v(const char* __s, long double& __v, in __convert_to_v() 211 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale()
|
H A D | time_members.cc | 44 _M_put(char* __s, size_t __maxlen, const char* __format, in _M_put() 129 _M_put(wchar_t* __s, size_t __maxlen, const wchar_t* __format, in _M_put()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/ |
H A D | c_locale.cc | 50 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, in __convert_to_v() 115 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, in __convert_to_v() 160 __convert_to_v(const char* __s, long double& __v, in __convert_to_v() 225 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, in _S_create_c_locale()
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | istream.cc | 38 getline(char_type* __s, streamsize __n, char_type __delim) in getline() 197 operator>>(basic_istream<char>& __in, char* __s) in operator >>() 280 getline(char_type* __s, streamsize __n, char_type __delim) in getline()
|
H A D | localename.cc | 35 locale::locale(const char* __s) : _M_impl(0) in locale() 144 locale::locale(const locale& __base, const char* __s, category __cat) in locale() 179 _Impl(const char* __s, size_t __refs) in _Impl()
|
H A D | valarray.cc | 65 const valarray<size_t>& __s, valarray<size_t>& __i) in __gslice_to_index() 101 const valarray<size_t>& __s) in _Indexer()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | localename.cc | 36 locale::locale(const char* __s) : _M_impl(0) in locale() 145 locale::locale(const locale& __base, const char* __s, category __cat) in locale() 177 _Impl(const char* __s, size_t __refs) in _Impl()
|
H A D | valarray.cc | 66 const valarray<size_t>& __s, valarray<size_t>& __i) in __gslice_to_index() 102 const valarray<size_t>& __s) in _Indexer()
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
H A D | random_shuffle.h | 167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s) in __parallel_random_shuffle_drs_pu() local 177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu() local 182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu() local 395 for (int __s = 0; __s < (__num_bins + 1); ++__s) in __parallel_random_shuffle_drs() local 418 const _Settings& __s = _Settings::get(); in __sequential_random_shuffle() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
H A D | random_shuffle.h | 167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s) in __parallel_random_shuffle_drs_pu() local 177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu() local 182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu() local 395 for (int __s = 0; __s < (__num_bins + 1); ++__s) in __parallel_random_shuffle_drs() local 418 const _Settings& __s = _Settings::get(); in __sequential_random_shuffle() local
|