Home
last modified time | relevance | path

Searched refs:_Nocopy_types (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstd_function.h77 union _Nocopy_types in _GLIBCXX_VISIBILITY() union
100 _Nocopy_types _M_unused; in _GLIBCXX_VISIBILITY()
101 char _M_pod_data[sizeof(_Nocopy_types)]; in _GLIBCXX_VISIBILITY()
119 static const size_t _M_max_size = sizeof(_Nocopy_types); in _GLIBCXX_VISIBILITY()
120 static const size_t _M_max_align = __alignof__(_Nocopy_types); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstd_function.h75 union _Nocopy_types in _GLIBCXX_VISIBILITY() union
98 _Nocopy_types _M_unused; in _GLIBCXX_VISIBILITY()
99 char _M_pod_data[sizeof(_Nocopy_types)]; in _GLIBCXX_VISIBILITY()
117 static const size_t _M_max_size = sizeof(_Nocopy_types); in _GLIBCXX_VISIBILITY()
118 static const size_t _M_max_align = __alignof__(_Nocopy_types); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dfunctional1512 union _Nocopy_types
1535 _Nocopy_types _M_unused;
1536 char _M_pod_data[sizeof(_Nocopy_types)];
1587 static const std::size_t _M_max_size = sizeof(_Nocopy_types);
1588 static const std::size_t _M_max_align = __alignof__(_Nocopy_types);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dfunctional1515 union _Nocopy_types
1538 _Nocopy_types _M_unused;
1539 char _M_pod_data[sizeof(_Nocopy_types)];
1590 static const std::size_t _M_max_size = sizeof(_Nocopy_types);
1591 static const std::size_t _M_max_align = __alignof__(_Nocopy_types);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20161273 (__is_location_invariant, _Nocopy_types, _Any_data)