Lines Matching refs:ECMAScript
409 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() local
423 : _M_flags(ECMAScript), _M_loc(), _M_automaton(nullptr) in _GLIBCXX_VISIBILITY()
438 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
455 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
486 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
505 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
517 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
616 assign(const _Ch_type* __p, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
650 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
672 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
687 assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
798 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()