Searched defs:_RegexMask (Results 1 – 1 of 1) sorted by relevance
87 struct _RegexMask in _GLIBCXX_VISIBILITY() struct89 typedef std::ctype_base::mask _BaseType; in _GLIBCXX_VISIBILITY()90 _BaseType _M_base; in _GLIBCXX_VISIBILITY()91 unsigned char _M_extended; in _GLIBCXX_VISIBILITY()92 static constexpr unsigned char _S_under = 1 << 0; in _GLIBCXX_VISIBILITY()93 static constexpr unsigned char _S_valid_mask = 0x1; in _GLIBCXX_VISIBILITY()97 : _M_base(__base), _M_extended(__extended) in _GLIBCXX_VISIBILITY()