Home
last modified time | relevance | path

Searched refs:__table (Results 1 – 25 of 25) sorted by relevance

/trueos/contrib/libstdc++/config/os/gnu-linux/
Dctype_noninline.h65 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, in ctype() argument
68 _M_del(__table != 0 && __del), in ctype()
71 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b), in ctype()
78 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
81 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0) in ctype()
88 _M_table = __table ? __table : *__ctype_b_loc(); in ctype()
92 _M_table = __table ? __table : __ctype_b; in ctype()
102 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
104 _M_del(__table != 0 && __del), in ctype()
107 _M_table(__table ? __table : _M_c_locale_ctype->__ctype_b), in ctype()
[all …]
/trueos/contrib/libstdc++/config/os/generic/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(__table ? __table : classic_table()) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/qnx/qnx6.1/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
48 _M_toupper(NULL), _M_tolower(NULL), _M_table(__table ? __table : _Ctype) in ctype()
56 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
57 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
58 _M_toupper(NULL), _M_tolower(NULL), _M_table(__table ? __table : _Ctype) in ctype()
/trueos/contrib/libstdc++/config/os/bsd/darwin/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/vxworks/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(__table ? __table : classic_table()) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/aix/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/windiss/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(__table == 0 ? classic_table() : __table) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(__table == 0 ? classic_table() : __table) in ctype()
/trueos/contrib/libstdc++/config/os/irix/irix5.2/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(!__table ? classic_table() : __table) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(!__table ? classic_table() : __table) in ctype()
/trueos/contrib/libstdc++/config/os/bsd/freebsd/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/solaris/solaris2.6/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/djgpp/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/bsd/netbsd/
Dctype_noninline.h47 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
49 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
51 _M_table(__table ? __table : classic_table()) in ctype()
59 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
60 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
62 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/solaris/solaris2.5/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/hpux/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(__table ? __table : (const mask *) __SB_masks) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(__table ? __table : (const mask *) __SB_masks) in ctype()
/trueos/contrib/libstdc++/config/os/irix/irix6.5/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(!__table ? in ctype()
50 (const mask*) (__libc_attr._ctype_tbl->_class + 1) : __table) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(!__table ? in ctype()
62 (const mask*) (__libc_attr._ctype_tbl->_class + 1) : __table) in ctype()
/trueos/contrib/libstdc++/config/os/solaris/solaris2.7/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
48 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
50 _M_table(__table ? __table : classic_table()) in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
59 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
61 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/uclibc/
Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
49 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0) in ctype()
53 _M_table = __table ? __table : __C_ctype_b; in ctype()
58 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
60 _M_del(__table != 0 && __del), _M_widen_ok(0), _M_narrow_ok(0) in ctype()
64 _M_table = __table ? __table : __C_ctype_b; in ctype()
/trueos/contrib/libstdc++/config/os/mingw32/
Dctype_noninline.h49 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
51 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
53 _M_table(__table ? __table : classic_table()) in ctype()
61 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
62 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
64 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/newlib/
Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
47 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
49 _M_table(__table ? __table : classic_table()) in ctype()
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
58 : facet(__refs), _M_del(__table != 0 && __del), in ctype()
60 _M_table(__table ? __table : classic_table()) in ctype()
/trueos/contrib/libstdc++/config/os/tpf/
Dctype_noninline.h53 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, in ctype() argument
55 : facet(__refs), _M_del(__table != 0 && __del) in ctype()
61 _M_table = __table ? __table : *__ctype_b_loc(); in ctype()
67 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) in ctype() argument
68 : facet(__refs), _M_del(__table != 0 && __del) in ctype()
74 _M_table = __table ? __table : *__ctype_b_loc(); in ctype()
/trueos/contrib/libc++/include/ext/
Dhash_set228 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
230 __table __table_;
233 typedef typename __table::pointer pointer;
234 typedef typename __table::const_pointer const_pointer;
235 typedef typename __table::size_type size_type;
236 typedef typename __table::difference_type difference_type;
238 typedef typename __table::const_iterator iterator;
239 typedef typename __table::const_iterator const_iterator;
449 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
451 __table __table_;
[all …]
Dhash_map505 __key_equal, __allocator_type> __table;
507 __table __table_;
509 typedef typename __table::__node_pointer __node_pointer;
510 typedef typename __table::__node_const_pointer __node_const_pointer;
511 typedef typename __table::__node_traits __node_traits;
512 typedef typename __table::__node_allocator __node_allocator;
513 typedef typename __table::__node __node;
523 typedef __hash_map_iterator<typename __table::iterator> iterator;
524 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
784 __key_equal, __allocator_type> __table;
[all …]
/trueos/contrib/libc++/include/
Dunordered_set353 typedef __hash_table<value_type, hasher, key_equal, allocator_type> __table;
355 __table __table_;
358 typedef typename __table::pointer pointer;
359 typedef typename __table::const_pointer const_pointer;
360 typedef typename __table::size_type size_type;
361 typedef typename __table::difference_type difference_type;
363 typedef typename __table::const_iterator iterator;
364 typedef typename __table::const_iterator const_iterator;
365 typedef typename __table::const_local_iterator local_iterator;
366 typedef typename __table::const_local_iterator const_local_iterator;
[all …]
Dunordered_map742 __key_equal, __allocator_type> __table;
744 __table __table_;
746 typedef typename __table::__node_pointer __node_pointer;
747 typedef typename __table::__node_const_pointer __node_const_pointer;
748 typedef typename __table::__node_traits __node_traits;
749 typedef typename __table::__node_allocator __node_allocator;
750 typedef typename __table::__node __node;
760 typedef __hash_map_iterator<typename __table::iterator> iterator;
761 typedef __hash_map_const_iterator<typename __table::const_iterator> const_iterator;
762 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator;
[all …]
/trueos/contrib/libstdc++/include/bits/
Dlocale_facets.h713 ctype(const mask* __table = 0, bool __del = false, size_t __refs = 0);
726 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,