Home
last modified time | relevance | path

Searched defs:_Scanner_base (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_compiler.h37 struct _Scanner_base in _GLIBCXX_VISIBILITY() struct
39 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()