/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = &use_facet<__ctype_type>(__loc); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = &use_facet<__num_put_type>(__loc); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 388 const locale& __loc = __io._M_getloc(); in do_get() local 414 const locale& __loc = __io._M_getloc(); in _M_insert() local 418 const __cache_type* __lc = __uc(__loc); in _M_insert() 579 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1628 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2565 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2571 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2577 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2583 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2589 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2595 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2601 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2607 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2619 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = &use_facet<__ctype_type>(__loc); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = &use_facet<__num_put_type>(__loc); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 388 const locale& __loc = __io._M_getloc(); in do_get() local 414 const locale& __loc = __io._M_getloc(); in _M_insert() local 418 const __cache_type* __lc = __uc(__loc); in _M_insert() 579 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1628 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2565 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2571 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2577 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2583 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2589 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2595 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2601 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2607 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2619 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = &use_facet<__ctype_type>(__loc); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = &use_facet<__num_put_type>(__loc); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 74 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 141 const locale& __loc = __io._M_getloc(); in _M_extract() local 145 const __cache_type* __lc = __uc(__loc); in _M_extract() 383 const locale& __loc = __io._M_getloc(); in do_get() local 409 const locale& __loc = __io._M_getloc(); in _M_insert() local 413 const __cache_type* __lc = __uc(__loc); in _M_insert() 573 const locale __loc = __io.getloc(); in do_put() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = std::__addressof(use_facet<__ctype_type>(__loc)); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 389 const locale& __loc = __io._M_getloc(); in do_get() local 415 const locale& __loc = __io._M_getloc(); in _M_insert() local 419 const __cache_type* __lc = __uc(__loc); in _M_insert() 580 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1632 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2569 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2575 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2581 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2587 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2593 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2599 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2605 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2611 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2623 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = std::__addressof(use_facet<__ctype_type>(__loc)); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 389 const locale& __loc = __io._M_getloc(); in do_get() local 431 const locale& __loc = __io._M_getloc(); in _M_insert() local 435 const __cache_type* __lc = __uc(__loc); in _M_insert() 596 const locale __loc = __io.getloc(); in do_put() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = std::__addressof(use_facet<__ctype_type>(__loc)); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 389 const locale& __loc = __io._M_getloc(); in do_get() local 415 const locale& __loc = __io._M_getloc(); in _M_insert() local 419 const __cache_type* __lc = __uc(__loc); in _M_insert() 580 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1632 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2569 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2575 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2581 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2587 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2593 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2599 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2605 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2611 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2623 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = std::__addressof(use_facet<__ctype_type>(__loc)); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 388 const locale& __loc = __io._M_getloc(); in do_get() local 414 const locale& __loc = __io._M_getloc(); in _M_insert() local 418 const __cache_type* __lc = __uc(__loc); in _M_insert() 579 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1628 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2565 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2571 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2577 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2583 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2589 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2595 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2601 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2607 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2619 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | basic_ios.tcc | 114 basic_ios<_CharT, _Traits>::imbue(const locale& __loc) in imbue() argument 117 ios_base::imbue(__loc); in imbue() 118 _M_cache_locale(__loc); in imbue() 120 this->rdbuf()->pubimbue(__loc); in imbue() 157 basic_ios<_CharT, _Traits>::_M_cache_locale(const locale& __loc) in _M_cache_locale() argument 159 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 160 _M_ctype = std::__addressof(use_facet<__ctype_type>(__loc)); in _M_cache_locale() 164 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 165 _M_num_put = std::__addressof(use_facet<__num_put_type>(__loc)); in _M_cache_locale() 169 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale() [all …]
|
A D | locale_facets_nonio.tcc | 43 operator() (const locale& __loc) const in operator ()() 53 __tmp->_M_cache(__loc); in operator ()() 60 __loc._M_impl->_M_install_cache(__tmp, __i); in operator ()() 72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 145 const locale& __loc = __io._M_getloc(); in _M_extract() local 149 const __cache_type* __lc = __uc(__loc); in _M_extract() 389 const locale& __loc = __io._M_getloc(); in do_get() local 415 const locale& __loc = __io._M_getloc(); in _M_insert() local 419 const __cache_type* __lc = __uc(__loc); in _M_insert() 580 const locale __loc = __io.getloc(); in do_put() local [all …]
|
A D | locale_facets.h | 1632 _M_cache(const locale& __loc); in _GLIBCXX_VISIBILITY() 2569 isspace(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2575 isprint(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2581 iscntrl(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2587 isupper(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2593 islower(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2599 isalpha(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2605 isdigit(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2611 ispunct(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() 2623 isalnum(_CharT __c, const locale& __loc) in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/ |
A D | source_location | 57 source_location __loc; 58 __loc._M_file = __file; 59 __loc._M_func = __func; 60 __loc._M_line = __line; 61 __loc._M_col = __col; 62 return __loc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | source_location | 58 source_location __loc; 59 __loc._M_file = __file; 60 __loc._M_func = __func; 61 __loc._M_line = __line; 62 __loc._M_col = __col; 63 return __loc;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | source_location | 57 source_location __loc; 58 __loc._M_file = __file; 59 __loc._M_func = __func; 60 __loc._M_line = __line; 61 __loc._M_col = __col; 62 return __loc;
|