Searched refs:_S_state_at_start (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_compiler.h47 static constexpr _StateT _S_state_at_start = 1 << 0; member in struct:__detail::_Scanner_base
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dregex_compiler.h47 static constexpr _StateT _S_state_at_start = 1 << 0; member in struct:__detail::_Scanner_base
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dregex_compiler.h47 static constexpr _StateT _S_state_at_start = 1 << 0; member in struct:__detail::_Scanner_base
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dregex_compiler.h47 static constexpr _StateT _S_state_at_start = 1 << 0; member in struct:__detail::_Scanner_base
111 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
183 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
223 _M_state |= (_S_state_in_bracket | _S_state_at_start);
307 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
310 _M_state &= ~_S_state_at_start;
351 || !(_M_state & _S_state_at_start))

Completed in 24 milliseconds