Searched defs:_Scanner_base (Results 1 – 1 of 1) sorted by relevance
37 struct _Scanner_base in _GLIBCXX_VISIBILITY() struct39 typedef unsigned int _StateT; in _GLIBCXX_VISIBILITY()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()45 virtual ~_Scanner_base() { }; in _GLIBCXX_VISIBILITY()