Home
last modified time | relevance | path

Searched refs:ECMAScript (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h410 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()
[all …]
H A Dregex_compiler.tcc179 bool __neg = (_M_flags & regex_constants::ECMAScript); in _M_quantifier()
311 if (!(_M_flags & regex_constants::ECMAScript)) in _M_atom()
526 else if (_M_flags & regex_constants::ECMAScript) in _M_expression_term()
H A Dregex_compiler.h183 switch (__f & (ECMAScript|basic|extended|awk|grep|egrep)) in _GLIBCXX_VISIBILITY()
185 case ECMAScript: in _GLIBCXX_VISIBILITY()
193 return __f | ECMAScript; in _GLIBCXX_VISIBILITY()
H A Dregex_scanner.h126 { return _M_flags & regex_constants::ECMAScript; } in _GLIBCXX_VISIBILITY()
H A Dregex_executor.tcc440 if (_M_nfa._M_flags & regex_constants::ECMAScript) in _M_handle_accept()
484 if (_M_nfa._M_flags & regex_constants::ECMAScript) in _M_handle_alternative()
H A Dregex_constants.h122 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.h440 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()
[all …]
H A Dregex_executor.h218 if (_M_re._M_automaton->_M_options() & regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
231 = regex_constants::ECMAScript | regex_constants::__multiline; in _GLIBCXX_VISIBILITY()
H A Dregex_compiler.tcc178 bool __neg = (_M_flags & regex_constants::ECMAScript); in _M_quantifier()
305 if (!(_M_flags & regex_constants::ECMAScript)) in _M_atom()
520 else if (_M_flags & regex_constants::ECMAScript) in _M_expression_term()
H A Dregex_compiler.h182 switch (__f & (ECMAScript|basic|extended|awk|grep|egrep)) in _GLIBCXX_VISIBILITY()
184 case ECMAScript: in _GLIBCXX_VISIBILITY()
192 return __f | ECMAScript; in _GLIBCXX_VISIBILITY()
H A Dregex_scanner.h126 { return _M_flags & regex_constants::ECMAScript; } in _GLIBCXX_VISIBILITY()
H A Dregex_executor.tcc441 if (_M_nfa._M_flags & regex_constants::ECMAScript) in _M_handle_accept()
485 if (_M_nfa._M_flags & regex_constants::ECMAScript) in _M_handle_alternative()
H A Dregex_constants.h120 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = _S_ECMAScript; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dregex30 ECMAScript = unspecified,
140 static constexpr regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript;
150 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
151 basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript);
156 flag_type f = regex_constants::ECMAScript);
159 flag_type f = regex_constants::ECMAScript);
160 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript);
174 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript);
175 basic_regex& assign(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript);
178 flag_type f = regex_constants::ECMAScript);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dregex90 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
124 * that used by ECMAScript in ECMA-262 [Ecma International, ECMAScript
130 static const syntax_option_type ECMAScript = 1 << _S_ECMAScript;
271 * new string is constructed using the rules used by the ECMAScript replace
272 * function in ECMA- 262 [Ecma International, ECMAScript Language
747 static const regex_constants::syntax_option_type ECMAScript
748 = regex_constants::ECMAScript;
767 : _M_flags(regex_constants::ECMAScript), _M_pattern(), _M_mark_count(0)
783 flag_type __f = regex_constants::ECMAScript)
824 flag_type __f = regex_constants::ECMAScript)
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dregex90 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
124 * that used by ECMAScript in ECMA-262 [Ecma International, ECMAScript
130 static const syntax_option_type ECMAScript = 1 << _S_ECMAScript;
271 * new string is constructed using the rules used by the ECMAScript replace
272 * function in ECMA- 262 [Ecma International, ECMAScript Language
747 static const regex_constants::syntax_option_type ECMAScript
748 = regex_constants::ECMAScript;
767 : _M_flags(regex_constants::ECMAScript), _M_pattern(), _M_mark_count(0)
783 flag_type __f = regex_constants::ECMAScript)
824 flag_type __f = regex_constants::ECMAScript)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d112 This library uses a remarkably common ECMAScript syntax flavor
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1zStatusIssuesStatus.csv215 "`2584 <https://wg21.link/LWG2584>`__","<regex> ECMAScript IdentityEscape is ambiguous","Issaquah",…
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d103 This library uses a remarkably common ECMAScript syntax flavor
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20153975 * bits/regex_executor.tcc: Still let BFS process ECMAScript.
H A DChangeLog-20185060 (basic_regex::ECMAScript, basic_regex::basic, basic_regex::extended)
H A DChangeLog-20145633 * include/bits/regex.tcc (__regex_algo_impl<>): Use DFS for ECMAScript,
H A DChangeLog-202140 ECMAScript syntax as well as POSIX.
H A DChangeLog-2016435 * include/bits/regex.h (basic_regex::basic_regex): Use ECMAScript