Home | History | Annotate | Download | only in bits

Lines Matching refs:flag_type

342       typedef regex_constants::syntax_option_type flag_type;
350 static constexpr flag_type icase = regex_constants::icase;
351 static constexpr flag_type nosubs = regex_constants::nosubs;
352 static constexpr flag_type optimize = regex_constants::optimize;
353 static constexpr flag_type collate = regex_constants::collate;
354 static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
355 static constexpr flag_type basic = regex_constants::basic;
356 static constexpr flag_type extended = regex_constants::extended;
357 static constexpr flag_type awk = regex_constants::awk;
358 static constexpr flag_type grep = regex_constants::grep;
359 static constexpr flag_type egrep = regex_constants::egrep;
385 basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
403 basic_regex(const _Ch_type* __p, std::size_t __len, flag_type __f)
441 flag_type __f = ECMAScript)
462 flag_type __f = ECMAScript)
476 flag_type __f = ECMAScript)
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
582 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
599 flag_type __flags = ECMAScript)
622 flag_type __flags = ECMAScript)
637 assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript)
653 flag_type
700 flag_type _M_flags;