Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dregex_scanner.tcc75 _M_token = _S_token_eof; in _M_advance()
103 _M_token = _S_token_ord_char; in _M_scan_normal()
136 _M_token = _S_token_subexpr_no_group_begin; in _M_scan_normal()
141 _M_token = _S_token_subexpr_lookahead_begin; in _M_scan_normal()
147 _M_token = _S_token_subexpr_lookahead_begin; in _M_scan_normal()
156 _M_token = _S_token_subexpr_no_group_begin; in _M_scan_normal()
158 _M_token = _S_token_subexpr_begin; in _M_scan_normal()
161 _M_token = _S_token_subexpr_end; in _M_scan_normal()
168 _M_token = _S_token_bracket_neg_begin; in _M_scan_normal()
172 _M_token = _S_token_bracket_begin; in _M_scan_normal()
[all …]
Dregex_scanner.h193 _TokenT _M_token; in _GLIBCXX_VISIBILITY() member
227 { return _M_token; } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dregex_compiler.h113 _M_token() const in _GLIBCXX_VISIBILITY()
742 if (token == _M_scanner._M_token()) in _GLIBCXX_VISIBILITY()