Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_nfa.h74 virtual void _M_set_pos(int __i, int __j, const _PatternCursor& __p) = 0; in _GLIBCXX_VISIBILITY()
79 typedef std::function<void (const _PatternCursor&, _Results&)> _Tagger; in _GLIBCXX_VISIBILITY()
90 operator()(const _PatternCursor& __pc, _Results& __r) in _GLIBCXX_VISIBILITY()
105 operator()(const _PatternCursor& __pc, _Results& __r) in _GLIBCXX_VISIBILITY()
112 typedef std::function<bool (const _PatternCursor&)> _Matcher; in _GLIBCXX_VISIBILITY()
116 _AnyMatcher(const _PatternCursor&) in _GLIBCXX_VISIBILITY()
131 operator()(const _PatternCursor& __pc) const in _GLIBCXX_VISIBILITY()
155 operator()(const _PatternCursor& __pc) const in _GLIBCXX_VISIBILITY()
H A Dregex_grep_matcher.h58 _M_set_pos(int __i, int __j, const _PatternCursor& __pc); in _GLIBCXX_VISIBILITY()
88 _M_set_pos(int __i, int __j, const _PatternCursor& __pc) in _GLIBCXX_VISIBILITY()
107 _Grep_matcher(_PatternCursor& __p, in _GLIBCXX_VISIBILITY()
124 _PatternCursor& _M_pattern; in _GLIBCXX_VISIBILITY()
H A Dregex_cursor.h38 struct _PatternCursor in _GLIBCXX_VISIBILITY() struct
40 virtual ~_PatternCursor() { }; in _GLIBCXX_VISIBILITY() argument
48 : public _PatternCursor in _GLIBCXX_VISIBILITY()
H A Dregex_grep_matcher.tcc45 __move(const std::__regex::_PatternCursor& __p, in __move()
107 _Grep_matcher(_PatternCursor& __p, _Results& __r, in _Grep_matcher()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dregex.cc39 template class function<void (__regex::_PatternCursor const&,
41 template class function<bool (__regex::_PatternCursor const&)>;