Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_automaton.h94 __gnu_cxx::__aligned_membuf<_Matcher<char>> _M_matcher_storage; in _GLIBCXX_VISIBILITY() member
136 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()