Searched refs:flag_type (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wait_release.h | 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); } 139 template <typename PtrType, flag_type FlagType, bool Sleepable> 233 template <typename PtrType, flag_type FlagType, bool Sleepable> 856 flag_type get_ptr_type() { return flag32; } [all …]
|
H A D | kmp.h | 2132 enum flag_type { enum 3023 flag_type th_sleep_loc_type; // enum type of flag stored in th_sleep_loc
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | regex | 133 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); 175 basic_regex& assign(const charT* ptr, flag_type f = regex_constants::ECMAScript); 176 basic_regex& assign(const charT* p, size_t len, flag_type f = regex_constants::ECMAScript); 179 flag_type f = regex_constants::ECMAScript); 182 flag_type f = regex_constants::ECMAScript); [all …]
|