Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex.h88 struct _RegexMask in _GLIBCXX_VISIBILITY() struct
90 typedef std::ctype_base::mask _BaseType; in _GLIBCXX_VISIBILITY()
91 _BaseType _M_base; in _GLIBCXX_VISIBILITY()
92 unsigned char _M_extended; in _GLIBCXX_VISIBILITY()
93 static constexpr unsigned char _S_under = 1 << 0; in _GLIBCXX_VISIBILITY()
94 static constexpr unsigned char _S_valid_mask = 0x1; in _GLIBCXX_VISIBILITY()
98 : _M_base(__base), _M_extended(__extended) in _GLIBCXX_VISIBILITY()