Searched refs:flag_type (Results 1 – 4 of 4) 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/sys/dev/ufshci/ |
| H A D | ufshci_dev.c | 73 enum ufshci_flags flag_type, uint8_t *flag) in ufshci_dev_read_flag() argument 80 param.type = flag_type; in ufshci_dev_read_flag() 101 enum ufshci_flags flag_type) in ufshci_dev_set_flag() argument 108 param.type = flag_type; in ufshci_dev_set_flag() 127 enum ufshci_flags flag_type) in ufshci_dev_clear_flag() argument 134 param.type = flag_type; in ufshci_dev_clear_flag()
|
| /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 …]
|