HomeSort by relevance Sort by last modified time
    Searched refs:_S_state_at_start (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_compiler.h 41 static constexpr _StateT _S_state_at_start = 1 << 0;
106 _M_ctype(std::use_facet<_CtypeT>(__loc)), _M_state(_S_state_at_start)
179 else if (_M_state & _S_state_at_start && __c == _M_ctype.widen('^'))
219 _M_state |= (_S_state_in_bracket | _S_state_at_start);
303 if (_M_state & _S_state_at_start && *_M_current == _M_ctype.widen('^'))
306 _M_state &= ~_S_state_at_start;
347 || !(_M_state & _S_state_at_start))

Completed in 438 milliseconds