Home
last modified time | relevance | path

Searched refs:_MatcherT (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_automaton.h124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY() typedef
125 static_assert(sizeof(_MatcherT) == sizeof(_Matcher<char>), in _GLIBCXX_VISIBILITY()
128 static_assert(alignof(_MatcherT) == alignof(_Matcher<char>), in _GLIBCXX_VISIBILITY()
136 new (this->_M_matcher_storage._M_addr()) _MatcherT(); in _GLIBCXX_VISIBILITY()
143 _MatcherT(__rhs._M_get_matcher()); in _GLIBCXX_VISIBILITY()
150 _MatcherT(std::move(__rhs._M_get_matcher())); in _GLIBCXX_VISIBILITY()
159 _M_get_matcher().~_MatcherT(); in _GLIBCXX_VISIBILITY()
172 _MatcherT& in _GLIBCXX_VISIBILITY()
174 { return *static_cast<_MatcherT*>(this->_M_matcher_storage._M_addr()); } in _GLIBCXX_VISIBILITY()
176 const _MatcherT& in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2013649 copies when inserting _MatcherT and _StateT objects.