Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_compiler.tcc69 & (regex_constants::ECMAScript in _Compiler()
76 : __flags | regex_constants::ECMAScript), in _Compiler()
186 bool __neg = (_M_flags & regex_constants::ECMAScript); in _M_quantifier()
318 if (!(_M_flags & regex_constants::ECMAScript)) in _M_atom()
430 if (!(_M_flags & regex_constants::ECMAScript)) in _M_insert_bracket_matcher()
513 if (!(_M_flags & regex_constants::ECMAScript)) in _M_expression_term()
H A Dregex.h409 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()
[all …]
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
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex.h365 static constexpr regex_constants::syntax_option_type ECMAScript in _GLIBCXX_VISIBILITY() local
366 = regex_constants::ECMAScript; in _GLIBCXX_VISIBILITY()
385 : _M_flags(regex_constants::ECMAScript), in _GLIBCXX_VISIBILITY()
403 flag_type __f = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
459 flag_type __f = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
480 flag_type __f = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
494 flag_type __f = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
584 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
618 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
641 flag_type __flags = regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_constants.h110 static constexpr syntax_option_type ECMAScript = 1 << _S_ECMAScript; in _GLIBCXX_VISIBILITY() local
H A Dregex_compiler.h346 if (!(_M_flags & regex_constants::ECMAScript) in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/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
750 static const regex_constants::syntax_option_type ECMAScript
751 = regex_constants::ECMAScript;
770 : _M_flags(regex_constants::ECMAScript), _M_pattern(), _M_mark_count(0)
786 flag_type __f = regex_constants::ECMAScript)
827 flag_type __f = regex_constants::ECMAScript)
[all …]
/dflybsd-src/contrib/gcc-8.0/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 …]