Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_compiler.h970 if (!_M_bracket_list(__matcher) in _GLIBCXX_VISIBILITY()
987 if (_M_follow_list(__matcher)) in _GLIBCXX_VISIBILITY()
999 _M_follow_list(_RMatcherT& __matcher) in _GLIBCXX_VISIBILITY()
1000 { return _M_expression_term(__matcher) && _M_follow_list2(__matcher); } in _GLIBCXX_VISIBILITY()
1007 if (_M_expression_term(__matcher)) in _GLIBCXX_VISIBILITY()
1008 return _M_follow_list2(__matcher); in _GLIBCXX_VISIBILITY()
1018 || _M_character_class(__matcher) in _GLIBCXX_VISIBILITY()
1019 || _M_equivalence_class(__matcher) in _GLIBCXX_VISIBILITY()
1020 || (_M_start_range(__matcher) in _GLIBCXX_VISIBILITY()
1021 && _M_range_expression(__matcher))); in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.h1927 __regex::_Grep_matcher __matcher(__cs, __r, __a, __flags); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_compiler.tcc415 __matcher._M_add_character_class(_M_value, false); in _M_insert_character_class_matcher()
416 __matcher._M_ready(); in _M_insert_character_class_matcher()
418 _M_nfa->_M_insert_matcher(std::move(__matcher)))); in _M_insert_character_class_matcher()
445 __matcher._M_add_char(__last_char.second); in _M_insert_bracket_matcher()
446 __matcher._M_ready(); in _M_insert_bracket_matcher()
465 __matcher._M_add_char(__last_char.second); in _M_expression_term()
474 __matcher._M_add_char(__last_char.second); in _M_expression_term()
490 __matcher._M_add_equivalence_class(_M_value); in _M_expression_term()
495 __matcher._M_add_character_class(_M_value, false); in _M_expression_term()
537 __matcher._M_make_range(__last_char.second, '-'); in _M_expression_term()
[all …]
H A Dregex_compiler.h131 __matcher); in _GLIBCXX_VISIBILITY()