Home
last modified time | relevance | path

Searched refs:_StateT (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dpostypes.h81 template<typename _StateT> in _GLIBCXX_VISIBILITY()
86 _StateT _M_state; in _GLIBCXX_VISIBILITY()
117 state(_StateT __st) in _GLIBCXX_VISIBILITY()
121 _StateT in _GLIBCXX_VISIBILITY()
190 template<typename _StateT> in _GLIBCXX_VISIBILITY()
192 operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY()
195 template<typename _StateT> in _GLIBCXX_VISIBILITY()
197 operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY()
Dregex_automaton.h224 typedef _State<_Char_type> _StateT; in _GLIBCXX_VISIBILITY() typedef
238 auto __ret = _M_insert_state(_StateT(_S_opcode_accept)); in _GLIBCXX_VISIBILITY()
246 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY()
257 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY()
269 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY()
279 _StateT __tmp(_S_opcode_subexpr_begin); in _GLIBCXX_VISIBILITY()
287 _StateT __tmp(_S_opcode_subexpr_end); in _GLIBCXX_VISIBILITY()
298 { return _M_insert_state(_StateT(_S_opcode_line_begin_assertion)); } in _GLIBCXX_VISIBILITY()
302 { return _M_insert_state(_StateT(_S_opcode_line_end_assertion)); } in _GLIBCXX_VISIBILITY()
307 _StateT __tmp(_S_opcode_word_boundary); in _GLIBCXX_VISIBILITY()
[all …]
Dcodecvt.h70 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
79 typedef _StateT state_type; in _GLIBCXX_VISIBILITY()
276 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
278 : public __codecvt_abstract_base<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY()
285 typedef _StateT state_type; in _GLIBCXX_VISIBILITY()
295 : __codecvt_abstract_base<_InternT, _ExternT, _StateT> (__refs), in _GLIBCXX_VISIBILITY()
336 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
337 locale::id codecvt<_InternT, _ExternT, _StateT>::id; in _GLIBCXX_VISIBILITY()
698 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
699 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY()
[all …]
Dregex_scanner.h83 enum _StateT in _GLIBCXX_VISIBILITY() enum
191 _StateT _M_state; in _GLIBCXX_VISIBILITY()
Dlocalefwd.h137 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
151 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
Dregex_automaton.tcc171 _StateT __tmp(_S_opcode_backref); in _M_insert_backref()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-2013649 copies when inserting _MatcherT and _StateT objects.