Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h2124 enum flag_type { enum
3002 flag_type th_sleep_loc_type; // enum type of flag stored in th_sleep_loc
/freebsd/contrib/llvm-project/libcxx/include/
H A Dregex133 typedef regex_constants::syntax_option_type flag_type;
151 explicit basic_regex(const charT* p, flag_type f = regex_constants::ECMAScript);
152 basic_regex(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript);
157 flag_type f = regex_constants::ECMAScript);
160 flag_type f = regex_constants::ECMAScript);
161 basic_regex(initializer_list<charT>, flag_type = regex_constants::ECMAScript);
187 flag_type flags() const;
2279 typedef regex_constants::syntax_option_type flag_type;
2284 flag_type __flags_;
2386 _LIBCPP_HIDE_FROM_ABI void __member_init(flag_type __f) {
[all …]