OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_storage
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
move_only_function.h
60
_M_manage(
_M_storage
, &__x.
_M_storage
);
77
::new (
_M_storage
._M_addr()) _Tp(std::forward<_Args>(__args)...);
79
_M_storage
._M_p = new _Tp(std::forward<_Args>(__args)...);
87
_M_manage(
_M_storage
, nullptr);
89
_M_manage(
_M_storage
, &__x.
_M_storage
);
96
_M_manage(
_M_storage
, nullptr);
101
~_Mofunc_base() { _M_manage(
_M_storage
, nullptr); }
108
__x._M_manage(__s, &__x.
_M_storage
);
[
all
...]
forward_list.h
119
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
123
{ return
_M_storage
._M_ptr(); }
127
{ return
_M_storage
._M_ptr(); }
hashtable_policy.h
300
__gnu_cxx::__aligned_buffer<_Value>
_M_storage
;
305
{ return
_M_storage
._M_ptr(); }
310
{ return
_M_storage
._M_ptr(); }
1497
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
1500
_M_h() { return
_M_storage
._M_ptr(); }
1503
_M_h() const { return
_M_storage
._M_ptr(); }
stl_list.h
238
__gnu_cxx::__aligned_membuf<_Tp>
_M_storage
;
239
_Tp* _M_valptr() { return
_M_storage
._M_ptr(); }
240
_Tp const* _M_valptr() const { return
_M_storage
._M_ptr(); }
stl_vector.h
1870
_M_val() noexcept { return
_M_storage
._M_val; }
1874
_M_ptr() noexcept { return std::__addressof(
_M_storage
._M_val); }
1886
_Storage
_M_storage
;
stl_tree.h
227
__gnu_cxx::__aligned_membuf<_Val>
_M_storage
;
231
{ return
_M_storage
._M_ptr(); }
235
{ return
_M_storage
._M_ptr(); }
shared_ptr_base.h
594
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
653
_Tp* _M_ptr() noexcept { return _M_impl.
_M_storage
._M_ptr(); }
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
move_only_function.h
60
_M_manage(
_M_storage
, &__x.
_M_storage
);
77
::new (
_M_storage
._M_addr()) _Tp(std::forward<_Args>(__args)...);
79
_M_storage
._M_p = new _Tp(std::forward<_Args>(__args)...);
87
_M_manage(
_M_storage
, nullptr);
89
_M_manage(
_M_storage
, &__x.
_M_storage
);
96
_M_manage(
_M_storage
, nullptr);
101
~_Mofunc_base() { _M_manage(
_M_storage
, nullptr); }
108
__x._M_manage(__s, &__x.
_M_storage
);
[
all
...]
forward_list.h
118
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
122
{ return
_M_storage
._M_ptr(); }
126
{ return
_M_storage
._M_ptr(); }
hashtable_policy.h
292
__gnu_cxx::__aligned_buffer<_Value>
_M_storage
;
297
{ return
_M_storage
._M_ptr(); }
302
{ return
_M_storage
._M_ptr(); }
1389
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
1392
_M_h() { return
_M_storage
._M_ptr(); }
1395
_M_h() const { return
_M_storage
._M_ptr(); }
stl_list.h
237
__gnu_cxx::__aligned_membuf<_Tp>
_M_storage
;
238
_Tp* _M_valptr() { return
_M_storage
._M_ptr(); }
239
_Tp const* _M_valptr() const { return
_M_storage
._M_ptr(); }
stl_vector.h
1844
_M_val() noexcept { return
_M_storage
._M_val; }
1848
_M_ptr() noexcept { return std::__addressof(
_M_storage
._M_val); }
1860
_Storage
_M_storage
;
stl_tree.h
231
__gnu_cxx::__aligned_membuf<_Val>
_M_storage
;
235
{ return
_M_storage
._M_ptr(); }
239
{ return
_M_storage
._M_ptr(); }
shared_ptr_base.h
591
__gnu_cxx::__aligned_buffer<_Tp>
_M_storage
;
650
_Tp* _M_ptr() noexcept { return _M_impl.
_M_storage
._M_ptr(); }
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
aligned_buffer.h
56
alignas(__alignof__(_Tp2::_M_t)) unsigned char
_M_storage
[sizeof(_Tp)];
60
// Can be used to avoid value-initialization zeroing
_M_storage
.
65
{ return static_cast<void*>(&
_M_storage
); }
69
{ return static_cast<const void*>(&
_M_storage
); }
96
std::aligned_storage<sizeof(_Tp), __alignof__(_Tp)>::type
_M_storage
;
106
return static_cast<void*>(&
_M_storage
);
112
return static_cast<const void*>(&
_M_storage
);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
aligned_buffer.h
56
alignas(__alignof__(_Tp2::_M_t)) unsigned char
_M_storage
[sizeof(_Tp)];
60
// Can be used to avoid value-initialization zeroing
_M_storage
.
65
{ return static_cast<void*>(&
_M_storage
); }
69
{ return static_cast<const void*>(&
_M_storage
); }
94
std::aligned_storage<sizeof(_Tp), __alignof__(_Tp)>::type
_M_storage
;
104
return static_cast<void*>(&
_M_storage
);
110
return static_cast<const void*>(&
_M_storage
);
Completed in 56 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026