Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex_nfa.h209 _Matcher _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY() member
216 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m) in _GLIBCXX_VISIBILITY()
Dregex_grep_matcher.tcc58 && __state._M_matches(__p)) in __move()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_executor.tcc326 if (__state._M_matches(*_M_current)) in _M_handle_match()
334 if (__state._M_matches(*_M_current)) in _M_handle_match()
Dregex_automaton.h169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY() function