/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 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() [all …]
|
H A D | regex_compiler.tcc | 179 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 D | regex_compiler.h | 183 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 D | regex_scanner.h | 126 { return _M_flags & regex_constants::ECMAScript; } in _GLIBCXX_VISIBILITY()
|
H A D | regex_executor.tcc | 440 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 D | regex_constants.h | 122 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 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() [all …]
|
H A D | regex_executor.h | 218 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 D | regex_compiler.tcc | 178 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 D | regex_compiler.h | 182 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 D | regex_scanner.h | 126 { return _M_flags & regex_constants::ECMAScript; } in _GLIBCXX_VISIBILITY()
|
H A D | regex_executor.tcc | 441 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 D | regex_constants.h | 120 _GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript = _S_ECMAScript; in _GLIBCXX_VISIBILITY() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 30 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 D | regex | 90 * 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 D | regex | 90 * 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 D | package.d | 112 This library uses a remarkably common ECMAScript syntax flavor
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx1zStatusIssuesStatus.csv | 215 "`2584 <https://wg21.link/LWG2584>`__","<regex> ECMAScript IdentityEscape is ambiguous","Issaquah",…
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/ |
H A D | package.d | 103 This library uses a remarkably common ECMAScript syntax flavor
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2015 | 3975 * bits/regex_executor.tcc: Still let BFS process ECMAScript.
|
H A D | ChangeLog-2018 | 5060 (basic_regex::ECMAScript, basic_regex::basic, basic_regex::extended)
|
H A D | ChangeLog-2014 | 5633 * include/bits/regex.tcc (__regex_algo_impl<>): Use DFS for ECMAScript,
|
H A D | ChangeLog-2021 | 40 ECMAScript syntax as well as POSIX.
|
H A D | ChangeLog-2016 | 435 * include/bits/regex.h (basic_regex::basic_regex): Use ECMAScript
|