Lines Matching refs:ECMAScript
410 static constexpr flag_type ECMAScript = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY() local
424 : _M_flags(ECMAScript), _M_loc(), _M_automaton(nullptr) in _GLIBCXX_VISIBILITY()
439 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
456 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
487 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
506 flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
518 basic_regex(initializer_list<_Ch_type> __l, flag_type __f = ECMAScript) in _GLIBCXX_VISIBILITY()
617 assign(const _Ch_type* __p, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
636 assign(const _Ch_type* __p, size_t __len, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
653 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
675 flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
690 assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript) in _GLIBCXX_VISIBILITY()
801 basic_regex<_Ch, _Tr>::ECMAScript; in _GLIBCXX_VISIBILITY()