Lines Matching refs:ECMAScript
440 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY()
457 : _M_flags(ECMAScript), _M_loc(), _M_automaton(nullptr) in _GLIBCXX_VISIBILITY()
472 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
488 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
521 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
539 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
550 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
638 assign(const _Ch_type* __p, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
660 assign(const _Ch_type* __p, size_t __len, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
680 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
702 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
733 assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
848 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()