Home
last modified time | relevance | path

Searched refs:flag_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_wait_release.h41 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 …]
H A Dkmp.h1962 enum flag_type { enum
2728 flag_type th_sleep_loc_type; // enum type of flag stored in th_sleep_loc
/llvm-project-15.0.7/libcxx/test/std/re/re.regex/
H A Dtypes.pass.cpp31 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()
/llvm-project-15.0.7/libcxx/test/std/re/re.alg/re.alg.search/
H A Dgrep.pass.cpp32 std::regex::flag_type flag = std::regex_constants::grep; in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/libcxx/test/std/re/re.regex/re.regex.construct/
H A Dbad_backref.pass.cpp21 static bool error_badbackref_thrown(const char *pat, std::regex::flag_type f) in error_badbackref_thrown()
/llvm-project-15.0.7/libcxx/include/
H A Dregex132 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 …]