Home | History | Annotate | Download | only in include

Lines Matching full:ecmascript

31     ECMAScript = unspecified,
138 static constexpr regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript;
147 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
153 flag_type f = regex_constants::ECMAScript);
156 flag_type f = regex_constants::ECMAScript);
157 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript);
171 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript);
175 flag_type f = regex_constants::ECMAScript);
178 flag_type f = regex_constants::ECMAScript);
179 basic_regex& assign(initializer_list<charT>, flag_type = regex_constants::ECMAScript);
785 ECMAScript = 0,
2488 static const regex_constants::syntax_option_type ECMAScript = regex_constants::ECMAScript;
2502 explicit basic_regex(const value_type* __p, flag_type __f = regex_constants::ECMAScript)
2516 flag_type __f = regex_constants::ECMAScript)
2523 flag_type __f = regex_constants::ECMAScript)
2530 flag_type __f = regex_constants::ECMAScript)
2563 basic_regex& assign(const value_type* __p, flag_type __f = regex_constants::ECMAScript)
2571 flag_type __f = regex_constants::ECMAScript)
2583 flag_type __f = regex_constants::ECMAScript)
2609 flag_type __f = regex_constants::ECMAScript)
2618 flag_type __f = regex_constants::ECMAScript)
2633 __member_init(ECMAScript);
2909 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::ECMAScript;
3006 case ECMAScript:
3586 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3596 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3606 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3631 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3648 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3674 if (__grammar == ECMAScript && __first != __last && *__first == '?')
3720 if ((__flags_ & 0x1F0) != ECMAScript && *__first == ']')
3788 if ((__grammar == ECMAScript || __grammar == awk) && *__first == '\\')
3790 if (__grammar == ECMAScript)
3814 if ((__grammar == ECMAScript || __grammar == awk) && *__first == '\\')
3816 if (__grammar == ECMAScript)
5845 if ((__flags_ & 0x1F0) == ECMAScript)