Searched refs:__table (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
47 : facet(__refs), _M_del(__table != 0 && __del),
49 _M_table(__table ? __table : classic_table())
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
58 : facet(__refs), _M_del(__table != 0 && __del),
60 _M_table(__table ? __table : classic_table())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/hpux/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
47 : facet(__refs), _M_del(__table != 0 && __del),
49 _M_table(__table ? __table : (const mask *) __SB_masks)
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
58 : facet(__refs), _M_del(__table != 0 && __del),
60 _M_table(__table ? __table : (const mask *) __SB_masks)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc74 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, argument
77 _M_del(__table != 0 && __del),
80 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b),
87 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
90 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
104 _M_table = __table ? __table : *__ctype_b_loc();
108 _M_table = __table ? __table
121 ctype(const mask* __table, bool __del, size_t __refs) argument
133 ctype(const mask* __table, bool __del, size_t __refs) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/gnu-linux/
H A Dctype_configure_char.cc74 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, argument
77 _M_del(__table != 0 && __del),
80 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b),
87 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
90 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
104 _M_table = __table ? __table : *__ctype_b_loc();
108 _M_table = __table ? __table
121 ctype(const mask* __table, bool __del, size_t __refs) argument
133 ctype(const mask* __table, bool __del, size_t __refs) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
48 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
61 _M_table = __table ? __table : classic_table();
71 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
73 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
86 _M_table = __table ? __table : classic_table();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
48 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
61 _M_table = __table ? __table : classic_table();
71 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
73 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
86 _M_table = __table ? __table : classic_table();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/tpf/
H A Dctype_configure_char.cc56 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
58 : facet(__refs), _M_del(__table != 0 && __del)
67 _M_table = __table ? __table : *__ctype_b_loc();
73 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
74 : facet(__refs), _M_del(__table != 0 && __del)
83 _M_table = __table ? __table : *__ctype_b_loc();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
48 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
61 _M_table = __table ? __table : classic_table();
71 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
73 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
86 _M_table = __table ? __table : classic_table();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/dragonfly/
H A Dctype_configure_char.cc45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
48 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
61 _M_table = __table ? __table : classic_table();
71 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
73 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0)
86 _M_table = __table ? __table : classic_table();
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/tpf/
H A Dctype_configure_char.cc56 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
58 : facet(__refs), _M_del(__table != 0 && __del)
67 _M_table = __table ? __table : *__ctype_b_loc();
73 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
74 : facet(__refs), _M_del(__table != 0 && __del)
83 _M_table = __table ? __table : *__ctype_b_loc();
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc189 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
191 : facet(__refs), _M_del(__table != 0 && __del),
193 _M_table(__table ? __table : classic_table())
201 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
202 : facet(__refs), _M_del(__table != 0 && __del),
204 _M_table(__table ? __table : classic_table())
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc189 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
191 : facet(__refs), _M_del(__table != 0 && __del),
193 _M_table(__table ? __table : classic_table())
201 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
202 : facet(__refs), _M_del(__table != 0 && __del),
204 _M_table(__table ? __table : classic_table())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Dctype_configure_char.cc189 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
191 : facet(__refs), _M_del(__table != 0 && __del),
193 _M_table(__table ? __table : classic_table())
201 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
202 : facet(__refs), _M_del(__table != 0 && __del),
204 _M_table(__table ? __table : classic_table())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Dctype_configure_char.cc189 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, argument
191 : facet(__refs), _M_del(__table != 0 && __del),
193 _M_table(__table ? __table : classic_table())
201 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) argument
202 : facet(__refs), _M_del(__table != 0 && __del),
204 _M_table(__table ? __table : classic_table())
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h712 * @param __table If non-zero, table is used as the per-char mask.
718 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
726 * @param __table If non-zero, table is used as the per-char mask.
731 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.h720 * @param __table If non-zero, table is used as the per-char mask.
726 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
734 * @param __table If non-zero, table is used as the per-char mask.
739 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h1749 _ReduceType __table[] = {__broken, __broken, __broken, __broken, __broken, __all_true,
1755 [&__pred, &__table, __is_vector](_ForwardIterator __i, _ForwardIterator __j,
1801 return (__value == -1) ? __res : __table[__value * 4 + __res];
1804 [&__table](_ReduceType __val1, _ReduceType __val2) -> _ReduceType {
1810 return __table[__val1 * 4 + __val2];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dalgorithm_impl.h1780 _ReduceType __table[] = {__broken, __broken, __broken, __broken, __broken, __all_true,
1786 [&__pred, &__table, __is_vector](_ForwardIterator __i, _ForwardIterator __j,
1832 return (__value == -1) ? __res : __table[__value * 4 + __res];
1835 [&__table](_ReduceType __val1, _ReduceType __val2) -> _ReduceType {
1841 return __table[__val1 * 4 + __val2];

Completed in 401 milliseconds

12