Searched refs:flag_type (Results 1 – 6 of 6) sorted by relevance
41 template <enum flag_type FlagType> struct flag_traits {};45 static const flag_type t = flag32;60 static const flag_type t = atomic_flag64;75 static const flag_type t = flag64;90 static const flag_type t = flag_oncore;104 template <flag_type FlagType> class kmp_flag {119 flag_type get_type() { return (flag_type)(t.type); }852 flag_type get_ptr_type() { return flag32; }888 flag_type get_ptr_type() { return flag64; }1018 flag_type get_ptr_type() { return flag_oncore; }[all …]
1962 enum flag_type { enum2728 flag_type th_sleep_loc_type; // enum type of flag stored in th_sleep_loc
31 static_assert((std::is_same<std::basic_regex<char>::flag_type, in main()38 static_assert((std::is_same<std::basic_regex<wchar_t>::flag_type, in main()
32 std::regex::flag_type flag = std::regex_constants::grep; in LLVMFuzzerTestOneInput()
21 static bool error_badbackref_thrown(const char *pat, std::regex::flag_type f) in error_badbackref_thrown()
132 typedef regex_constants::syntax_option_type flag_type;156 flag_type f = regex_constants::ECMAScript);159 flag_type f = regex_constants::ECMAScript);186 flag_type flags() const;2628 typedef regex_constants::syntax_option_type flag_type;2633 flag_type __flags_;2694 flag_type __f = regex_constants::ECMAScript)2703 flag_type __f = regex_constants::ECMAScript)2761 void __member_init(flag_type __f)2788 flag_type __f = regex_constants::ECMAScript)[all …]