| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | postypes.h | 113 template<typename _StateT> in _GLIBCXX_VISIBILITY() 118 _StateT _M_state; in _GLIBCXX_VISIBILITY() 143 state(_StateT __st) in _GLIBCXX_VISIBILITY() 147 _StateT in _GLIBCXX_VISIBILITY() 216 template<typename _StateT> in _GLIBCXX_VISIBILITY() 218 operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY() 221 template<typename _StateT> in _GLIBCXX_VISIBILITY() 223 operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY()
|
| H A D | codecvt.h | 68 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 77 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() 458 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 459 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | regex_nfa.h | 259 typedef _State _StateT; in _GLIBCXX_VISIBILITY() typedef 290 this->push_back(_StateT(_S_opcode_accept)); in _GLIBCXX_VISIBILITY() 298 this->push_back(_StateT(__next, __alt)); in _GLIBCXX_VISIBILITY() 305 this->push_back(_StateT(__m)); in _GLIBCXX_VISIBILITY() 312 this->push_back(_StateT(_S_opcode_subexpr_begin, _M_subexpr_count++, __t)); in _GLIBCXX_VISIBILITY() 319 this->push_back(_StateT(_S_opcode_subexpr_end, __i, __t)); in _GLIBCXX_VISIBILITY()
|
| H A D | localefwd.h | 133 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 139 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
|
| H A D | regex_compiler.h | 39 typedef unsigned int _StateT; in _GLIBCXX_VISIBILITY() typedef 41 static constexpr _StateT _S_state_at_start = 1 << 0; in _GLIBCXX_VISIBILITY() 42 static constexpr _StateT _S_state_in_brace = 1 << 2; in _GLIBCXX_VISIBILITY() 43 static constexpr _StateT _S_state_in_bracket = 1 << 3; in _GLIBCXX_VISIBILITY() 151 _StateT _M_state; in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | postypes.h | 111 template<typename _StateT> in _GLIBCXX_VISIBILITY() 116 _StateT _M_state; in _GLIBCXX_VISIBILITY() 141 state(_StateT __st) in _GLIBCXX_VISIBILITY() 145 _StateT in _GLIBCXX_VISIBILITY() 214 template<typename _StateT> in _GLIBCXX_VISIBILITY() 216 operator==(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY() 219 template<typename _StateT> in _GLIBCXX_VISIBILITY() 221 operator!=(const fpos<_StateT>& __lhs, const fpos<_StateT>& __rhs) in _GLIBCXX_VISIBILITY()
|
| H A D | regex_automaton.h | 225 typedef _State<_Char_type> _StateT; in _GLIBCXX_VISIBILITY() typedef 239 auto __ret = _M_insert_state(_StateT(_S_opcode_accept)); in _GLIBCXX_VISIBILITY() 247 _StateT __tmp(_S_opcode_alternative); in _GLIBCXX_VISIBILITY() 258 _StateT __tmp(_S_opcode_repeat); in _GLIBCXX_VISIBILITY() 270 _StateT __tmp(_S_opcode_match); in _GLIBCXX_VISIBILITY() 280 _StateT __tmp(_S_opcode_subexpr_begin); in _GLIBCXX_VISIBILITY() 288 _StateT __tmp(_S_opcode_subexpr_end); in _GLIBCXX_VISIBILITY() 299 { return _M_insert_state(_StateT(_S_opcode_line_begin_assertion)); } in _GLIBCXX_VISIBILITY() 303 { return _M_insert_state(_StateT(_S_opcode_line_end_assertion)); } in _GLIBCXX_VISIBILITY() 308 _StateT __tmp(_S_opcode_word_boundary); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | codecvt.h | 67 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 76 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() 273 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 275 : public __codecvt_abstract_base<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY() 282 typedef _StateT state_type; in _GLIBCXX_VISIBILITY() 292 : __codecvt_abstract_base<_InternT, _ExternT, _StateT> (__refs), in _GLIBCXX_VISIBILITY() 333 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 334 locale::id codecvt<_InternT, _ExternT, _StateT>::id; in _GLIBCXX_VISIBILITY() 581 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 582 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | regex_scanner.h | 83 enum _StateT in _GLIBCXX_VISIBILITY() enum 191 _StateT _M_state; in _GLIBCXX_VISIBILITY()
|
| H A D | localefwd.h | 137 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY() 143 template<typename _InternT, typename _ExternT, typename _StateT> in _GLIBCXX_VISIBILITY()
|
| H A D | regex_automaton.tcc | 171 _StateT __tmp(_S_opcode_backref); in _M_insert_backref()
|