Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
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()
134 static const std::size_t _M_max_size = sizeof(_Nocopy_types); in _GLIBCXX_VISIBILITY()
135 static const std::size_t _M_max_align = __alignof__(_Nocopy_types); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
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);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
Dfunctional1524 union _Nocopy_types
1547 _Nocopy_types _M_unused;
1548 char _M_pod_data[sizeof(_Nocopy_types)];
1599 static const std::size_t _M_max_size = sizeof(_Nocopy_types);
1600 static const std::size_t _M_max_align = __alignof__(_Nocopy_types);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dfunctional1652 union _Nocopy_types
1675 _Nocopy_types _M_unused;
1676 char _M_pod_data[sizeof(_Nocopy_types)];
1726 static const std::size_t _M_max_size = sizeof(_Nocopy_types);
1727 static const std::size_t _M_max_align = __alignof__(_Nocopy_types);