Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_compiler.tcc80 __glibcxx_assert(_M_stack.empty()); in _Compiler()
103 _M_stack.push(_StateSeqT(*_M_nfa, in _M_disjunction()
120 _M_stack.push(__re); in _M_alternative()
123 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_dummy())); in _M_alternative()
148 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_begin())); in _M_assertion()
150 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa->_M_insert_line_end())); in _M_assertion()
153 _M_stack.push(_StateSeqT(*_M_nfa, _M_nfa-> in _M_assertion()
163 _M_stack.push( in _M_assertion()
181 if (_M_stack.empty()) in _M_quantifier()
193 _M_stack.push(__r); in _M_quantifier()
[all …]
Dregex_compiler.h173 auto ret = _M_stack.top(); in _GLIBCXX_VISIBILITY()
174 _M_stack.pop(); in _GLIBCXX_VISIBILITY()
202 _StackT _M_stack; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20131086 _M_match_stack and _M_stack to make everything faster. Break if
1087 _M_stack is empty, to reduce unnecessary idling.