Home
last modified time | relevance | path

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

12

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/
A Daligned_buffer.h62 _M_addr() noexcept in _M_addr() function
66 _M_addr() const noexcept in _M_addr() function
71 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
75 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
97 _M_addr() noexcept in _M_addr() function
103 _M_addr() const noexcept in _M_addr() function
110 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
114 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/
A Daligned_buffer.h64 _M_addr() noexcept in _M_addr() function
68 _M_addr() const noexcept in _M_addr() function
73 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
77 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
102 _M_addr() noexcept in _M_addr() function
108 _M_addr() const noexcept in _M_addr() function
115 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
119 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/
A Daligned_buffer.h64 _M_addr() noexcept in _M_addr() function
68 _M_addr() const noexcept in _M_addr() function
73 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
77 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
102 _M_addr() noexcept in _M_addr() function
108 _M_addr() const noexcept in _M_addr() function
115 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
119 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/
A Daligned_buffer.h62 _M_addr() noexcept in _M_addr() function
66 _M_addr() const noexcept in _M_addr() function
71 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
75 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
97 _M_addr() noexcept in _M_addr() function
103 _M_addr() const noexcept in _M_addr() function
110 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
114 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/
A Daligned_buffer.h64 _M_addr() noexcept in _M_addr() function
68 _M_addr() const noexcept in _M_addr() function
73 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
77 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
102 _M_addr() noexcept in _M_addr() function
108 _M_addr() const noexcept in _M_addr() function
115 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
119 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/
A Daligned_buffer.h64 _M_addr() noexcept in _M_addr() function
68 _M_addr() const noexcept in _M_addr() function
73 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
77 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
102 _M_addr() noexcept in _M_addr() function
108 _M_addr() const noexcept in _M_addr() function
115 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
119 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/
A Daligned_buffer.h62 _M_addr() noexcept in _M_addr() function
66 _M_addr() const noexcept in _M_addr() function
71 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
75 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
97 _M_addr() noexcept in _M_addr() function
103 _M_addr() const noexcept in _M_addr() function
110 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
114 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/
A Daligned_buffer.h51 _M_addr() noexcept in _M_addr() function
57 _M_addr() const noexcept in _M_addr() function
64 { return static_cast<_Tp*>(_M_addr()); } in _M_ptr()
68 { return static_cast<const _Tp*>(_M_addr()); } in _M_ptr()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Datomic_wait.h280 __platform_wait_t* _M_addr; in _GLIBCXX_VISIBILITY() member
303 , _M_addr(_S_wait_addr(__addr, &_M_w._M_ver)) in _GLIBCXX_VISIBILITY()
308 { return _M_addr == &_M_w._M_ver; } in _GLIBCXX_VISIBILITY()
315 __atomic_fetch_add(_M_addr, 1, __ATOMIC_ACQ_REL); in _GLIBCXX_VISIBILITY()
318 _M_w._M_notify(_M_addr, __all, __bare); in _GLIBCXX_VISIBILITY()
349 { return _S_do_spin_v(_M_addr, __old, __vfn, __val, __spin); } in _GLIBCXX_VISIBILITY()
368 { return _S_do_spin(_M_addr, __pred, __val, __spin); } in _GLIBCXX_VISIBILITY()
400 __base_type::_M_w._M_do_wait(__base_type::_M_addr, __val); in _GLIBCXX_VISIBILITY()
414 __base_type::_M_w._M_do_wait(__base_type::_M_addr, __val); in _GLIBCXX_VISIBILITY()
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
A Datomic_timed_wait.h292 return __base_type::_M_w._M_do_wait_until(__base_type::_M_addr, __val, __atime); in _GLIBCXX_VISIBILITY()
307 __base_type::_M_addr, __val, __atime) in _GLIBCXX_VISIBILITY()
350 __base_type::_M_addr, in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dregex_automaton.h136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
142 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
149 new (this->_M_matcher_storage._M_addr()) in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
180 this->_M_matcher_storage._M_addr()); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/
A Dinternet154 constexpr address_v4() noexcept : _M_addr(0) { }
190 (_M_addr >> 24) & 0xFF,
191 (_M_addr >> 16) & 0xFF,
192 (_M_addr >> 8) & 0xFF,
193 _M_addr & 0xFF
249 in_addr_t _M_addr; // network byte order
1154 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1230 address_v4 _M_addr;
1243 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1289 address_v6 _M_addr;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/
A Dinternet154 constexpr address_v4() noexcept : _M_addr(0) { }
190 (_M_addr >> 24) & 0xFF,
191 (_M_addr >> 16) & 0xFF,
192 (_M_addr >> 8) & 0xFF,
193 _M_addr & 0xFF
249 in_addr_t _M_addr; // network byte order
1155 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1231 address_v4 _M_addr;
1244 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1290 address_v6 _M_addr;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/
A Dinternet154 constexpr address_v4() noexcept : _M_addr(0) { }
190 (_M_addr >> 24) & 0xFF,
191 (_M_addr >> 16) & 0xFF,
192 (_M_addr >> 8) & 0xFF,
193 _M_addr & 0xFF
249 in_addr_t _M_addr; // network byte order
1155 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1231 address_v4 _M_addr;
1244 : _M_addr(__addr), _M_prefix_len(__prefix_len)
1290 address_v6 _M_addr;
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dfuture231 ::new (_M_storage._M_addr()) _Res(__res);
238 ::new (_M_storage._M_addr()) _Res(std::move(__res));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dfuture236 ::new (_M_storage._M_addr()) _Res(__res);
243 ::new (_M_storage._M_addr()) _Res(std::move(__res));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dfuture242 ::new (_M_storage._M_addr()) _Res(__res);
249 ::new (_M_storage._M_addr()) _Res(std::move(__res));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dfuture251 ::new (_M_storage._M_addr()) _Res(__res);
258 ::new (_M_storage._M_addr()) _Res(std::move(__res));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dfuture250 ::new (_M_storage._M_addr()) _Res(__res);
257 ::new (_M_storage._M_addr()) _Res(std::move(__res));
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dfuture251 ::new (_M_storage._M_addr()) _Res(__res);
258 ::new (_M_storage._M_addr()) _Res(std::move(__res));

Completed in 41 milliseconds

12