Home
last modified time | relevance | path

Searched refs:__which (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dspanstream66 basic_spanbuf(ios_base::openmode __which)
67 : __streambuf_type(), _M_mode(__which)
72 ios_base::openmode __which = ios_base::in | ios_base::out)
73 : __streambuf_type(), _M_mode(__which)
144 ios_base::openmode __which = ios_base::in | ios_base::out) override
152 if (__which & ios_base::in)
155 if (__which & ios_base::out)
167 __which &= (ios_base::in|ios_base::out);
169 if (__which == ios_base::out)
173 if (__which == ios_base::in)
[all …]
H A Dany373 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
405 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
575 _S_manage(_Op __which, const any* __any, _Arg* __arg)
579 switch (__which)
609 _S_manage(_Op __which, const any* __any, _Arg* __arg)
613 switch (__which)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc122 const size_t __which = _M_binmap[__bytes]; in _M_reclaim_block() local
123 _Bin_record& __bin = _M_bin[__which]; in _M_reclaim_block()
137 const size_t __which = _M_binmap[__bytes]; in _M_reserve_block() local
138 _Bin_record& __bin = _M_bin[__which]; in _M_reserve_block()
140 const size_t __bin_size = (__options._M_min_bin << __which) in _M_reserve_block()
270 const size_t __which = _M_binmap[__bytes]; in _M_reclaim_block() local
271 const _Bin_record& __bin = _M_bin[__which]; in _M_reclaim_block()
283 const size_t __limit = (100 * (_M_bin_size - __which) in _M_reclaim_block()
355 const size_t __which = _M_binmap[__bytes]; in _M_reserve_block() local
357 const size_t __bin_size = ((__options._M_min_bin << __which) in _M_reserve_block()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc122 const size_t __which = _M_binmap[__bytes]; in _M_reclaim_block() local
123 _Bin_record& __bin = _M_bin[__which]; in _M_reclaim_block()
137 const size_t __which = _M_binmap[__bytes]; in _M_reserve_block() local
138 _Bin_record& __bin = _M_bin[__which]; in _M_reserve_block()
140 const size_t __bin_size = (__options._M_min_bin << __which) in _M_reserve_block()
270 const size_t __which = _M_binmap[__bytes]; in _M_reclaim_block() local
271 const _Bin_record& __bin = _M_bin[__which]; in _M_reclaim_block()
283 const size_t __limit = (100 * (_M_bin_size - __which) in _M_reclaim_block()
355 const size_t __which = _M_binmap[__bytes]; in _M_reserve_block() local
357 const size_t __bin_size = ((__options._M_min_bin << __which) in _M_reserve_block()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dstrstream.cpp233 strstreambuf::seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __which) in seekoff() argument
236 bool pos_in = (__which & ios::in) != 0; in seekoff()
237 bool pos_out = (__which & ios::out) != 0; in seekoff()
293 strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) in seekpos() argument
296 bool pos_in = (__which & ios::in) != 0; in seekpos()
297 bool pos_out = (__which & ios::out) != 0; in seekpos()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h233 _M_get_bin(size_t __which) in _GLIBCXX_VISIBILITY()
234 { return _M_bin[__which]; } in _GLIBCXX_VISIBILITY()
341 _M_get_bin(size_t __which) in _GLIBCXX_VISIBILITY()
342 { return _M_bin[__which]; } in _GLIBCXX_VISIBILITY()
716 const size_type __which = __pool._M_get_binmap(__bytes); in _GLIBCXX_VISIBILITY()
723 const _Bin_record& __bin = __pool._M_get_bin(__which); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h233 _M_get_bin(size_t __which) in _GLIBCXX_VISIBILITY()
234 { return _M_bin[__which]; } in _GLIBCXX_VISIBILITY()
341 _M_get_bin(size_t __which) in _GLIBCXX_VISIBILITY()
342 { return _M_bin[__which]; } in _GLIBCXX_VISIBILITY()
716 const size_type __which = __pool._M_get_binmap(__bytes); in _GLIBCXX_VISIBILITY()
723 const _Bin_record& __bin = __pool._M_get_bin(__which); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstreambuf158 ios_base::openmode __which = ios_base::in | ios_base::out)
159 { return seekoff(__off, __way, __which); }
163 ios_base::openmode __which = ios_base::in | ios_base::out)
164 { return seekpos(__sp, __which); }
276 ios_base::openmode __which = ios_base::in | ios_base::out);
278 ios_base::openmode __which = ios_base::in | ios_base::out);
H A Dstrstream181 ios_base::openmode __which = ios_base::in | ios_base::out);
183 ios_base::openmode __which = ios_base::in | ios_base::out);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dany314 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
330 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
487 _S_manage(_Op __which, const any* __any, _Arg* __arg)
491 switch (__which)
521 _S_manage(_Op __which, const any* __any, _Arg* __arg)
525 switch (__which)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dany314 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
330 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
487 _S_manage(_Op __which, const any* __any, _Arg* __arg)
491 switch (__which)
521 _S_manage(_Op __which, const any* __any, _Arg* __arg)
525 switch (__which)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dany366 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
398 _S_manage(_Op __which, const any* __anyp, _Arg* __arg);
568 _S_manage(_Op __which, const any* __any, _Arg* __arg)
572 switch (__which)
602 _S_manage(_Op __which, const any* __any, _Arg* __arg)
606 switch (__which)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc180 const part __which = static_cast<part>(__p.field[__i]); in _M_extract() local
181 switch (__which) in _M_extract()
506 const part __which = static_cast<part>(__p.field[__i]); in _M_insert() local
507 switch (__which) in _M_insert()
H A Drandom.h79 int __which = ((__s <= __CHAR_BIT__ * sizeof (int)) in _GLIBCXX_VISIBILITY()
86 static_assert(__which < 0, /* needs to be dependent */ in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.tcc180 const part __which = static_cast<part>(__p.field[__i]); in _M_extract() local
181 switch (__which) in _M_extract()
522 const part __which = static_cast<part>(__p.field[__i]); in _M_insert() local
523 switch (__which) in _M_insert()
H A Drandom.h78 int __which = ((__s <= __CHAR_BIT__ * sizeof (int)) in _GLIBCXX_VISIBILITY()
85 static_assert(__which < 0, /* needs to be dependent */ in _GLIBCXX_VISIBILITY()