Home
last modified time | relevance | path

Searched refs:_M_bytes (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h81 int _M_bytes; in _GLIBCXX_VISIBILITY() local
86 : _M_in_desc(0), _M_out_desc(0), _M_ext_bom(0), _M_int_bom(0), _M_bytes(0) in _GLIBCXX_VISIBILITY()
93 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes) in _GLIBCXX_VISIBILITY()
129 { return _M_bytes; } in _GLIBCXX_VISIBILITY()
185 _M_bytes = __obj._M_bytes; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h81 int _M_bytes; in _GLIBCXX_VISIBILITY() local
86 : _M_in_desc(0), _M_out_desc(0), _M_ext_bom(0), _M_int_bom(0), _M_bytes(0) in _GLIBCXX_VISIBILITY()
93 _M_ext_bom(__ebom), _M_int_bom(__ibom), _M_bytes(__bytes) in _GLIBCXX_VISIBILITY()
129 { return _M_bytes; } in _GLIBCXX_VISIBILITY()
185 _M_bytes = __obj._M_bytes; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dmove_only_function.h127 void* _M_addr() noexcept { return &_M_bytes[0]; } in _GLIBCXX_VISIBILITY()
128 const void* _M_addr() const noexcept { return &_M_bytes[0]; } in _GLIBCXX_VISIBILITY()
135 unsigned char _M_bytes[sizeof(_Delegate)]; in _GLIBCXX_VISIBILITY() member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dinternet264 constexpr address_v6() noexcept : _M_bytes(), _M_scope_id() { }
270 : _M_bytes(__bytes), _M_scope_id(__scope)
285 if (_M_bytes[__i] != 0x00)
294 if (_M_bytes[__i] != 0x00)
296 return _M_bytes[15] == 0x01 && _M_scope_id == 0;
300 is_multicast() const noexcept { return _M_bytes[0] == 0xFF; }
304 { return _M_bytes[0] == 0xFE && (_M_bytes[1] & 0xC0) == 0x80; }
308 { return _M_bytes[0] == 0xFE && (_M_bytes[1] & 0xC0) == 0xC0; }
313 const bytes_type& __b = _M_bytes;
321 { return is_multicast() && (_M_bytes[1] & 0x0F) == 0x01; }
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dinternet311 constexpr address_v6() noexcept : _M_bytes(), _M_scope_id() { }
317 : _M_bytes(__bytes), _M_scope_id(__scope)
332 if (_M_bytes[__i] != 0x00)
341 if (_M_bytes[__i] != 0x00)
343 return _M_bytes[15] == 0x01 && _M_scope_id == 0;
347 is_multicast() const noexcept { return _M_bytes[0] == 0xFF; }
351 { return _M_bytes[0] == 0xFE && (_M_bytes[1] & 0xC0) == 0x80; }
355 { return _M_bytes[0] == 0xFE && (_M_bytes[1] & 0xC0) == 0xC0; }
360 const bytes_type& __b = _M_bytes;
368 { return is_multicast() && (_M_bytes[1] & 0x0F) == 0x01; }
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc490 _M_bytes(bytes), in chunk()
495 : bitset(std::move(c)), _M_bytes(c._M_bytes), _M_p(c._M_p) in chunk()
497 c._M_bytes = 0; in chunk()
509 bitset::size_type _M_bytes = 0; member
519 { return numeric_limits<decltype(_M_bytes)>::max(); } in max_bytes_per_chunk()
564 std::swap(_M_bytes, c._M_bytes); in swap()
748 __r->deallocate(__c._M_p, __c._M_bytes, __alignment); in release()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc455 _M_bytes(bytes), in chunk()
460 : bitset(std::move(c)), _M_bytes(c._M_bytes), _M_p(c._M_p) in chunk()
462 c._M_bytes = 0; in chunk()
474 uint32_t _M_bytes = 0; member
484 { return numeric_limits<decltype(_M_bytes)>::max(); } in max_bytes_per_chunk()
529 std::swap(_M_bytes, c._M_bytes); in swap()
719 __r->deallocate(__c._M_p, __c._M_bytes, __alignment); in release()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc104 char _M_bytes[sizeof(__str_rep)]; member
125 ~__any_string() { if (_M_dtor) _M_dtor(_M_bytes); } in ~__any_string()
137 _M_dtor(_M_bytes); in operator =()
138 ::new(_M_bytes) basic_string<C>(s); in operator =()
H A Dsso_string.cc55 char _M_bytes[sizeof(_M_s)]; member
H A Dcow-stdexcept.cc124 char _M_bytes[sizeof(_M_p)]; member
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcxx11-shim_facets.cc104 char _M_bytes[sizeof(__str_rep)]; member
125 ~__any_string() { if (_M_dtor) _M_dtor(_M_bytes); } in ~__any_string()
137 _M_dtor(_M_bytes); in operator =()
138 ::new(_M_bytes) basic_string<C>(s); in operator =()
H A Dsso_string.cc55 char _M_bytes[sizeof(_M_s)]; member
H A Dcow-stdexcept.cc144 char _M_bytes[sizeof(_M_p)]; member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dstdexcept52 char _M_bytes[sizeof(const char*)];
83 char _M_bytes[sizeof(__str)];
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dstdexcept52 char _M_bytes[sizeof(const char*)];
83 char _M_bytes[sizeof(__str)];
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog1813 * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type
H A DChangeLog-2018753 * src/c++17/memory_resource.cc (chunk::_M_bytes): Change type from