Searched refs:__type (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { argument
20 __builtin_ia32_invpcid(__type, __descriptor);
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_bool.h49 case __format_spec::__type::__default:
50 case __format_spec::__type::__string:
53 case __format_spec::__type::__binary_lower_case:
54 case __format_spec::__type::__binary_upper_case:
55 case __format_spec::__type::__octal:
56 case __format_spec::__type::__decimal:
57 case __format_spec::__type::__hexadecimal_lower_case:
58 case __format_spec::__type::__hexadecimal_upper_case:
H A Dparser_std_format_spec.h199 enum class __type : uint8_t { class in inherits:uint8_t
222 _LIBCPP_HIDE_FROM_ABI inline constexpr uint32_t __create_type_mask(__type __t) {
234 __create_type_mask(__type::__binary_lower_case) | //
235 __create_type_mask(__type::__binary_upper_case) | //
236 __create_type_mask(__type::__decimal) | //
237 __create_type_mask(__type::__octal) | //
238 __create_type_mask(__type::__hexadecimal_lower_case) | //
239 __create_type_mask(__type::__hexadecimal_upper_case);
246 __type __type_;
432 // if (__parser.__type_ == __format_spec::__type
884 __process_display_type_string(__format_spec::__type __type) argument
996 __process_display_type_pointer(__format_spec::__type __type, const char* __id) argument
[all...]
H A Dformatter_pointer.h47 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case
48 ? __format_spec::__type::__hexadecimal_upper_case
49 : __format_spec::__type::__hexadecimal_lower_case;
H A Dformatter_char.h46 if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::__type::__char)
50 if (__parser_.__type_ == __format_spec::__type::__debug)
72 _LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; }
H A Drange_formatter.h100 if (__parser_.__type_ != __format_spec::__type::__default) {
105 if (__parser_.__type_ == __format_spec::__type::__string)
110 if (__parser_.__type_ == __format_spec::__type::__string)
158 case __format_spec::__type::__string:
159 case __format_spec::__type::__debug:
160 return __format_as_string(__range, __ctx, __specs.__std_.__type_ == __format_spec::__type::__debug);
226 __parser_.__type_ = __format_spec::__type::__string;
237 __parser_.__type_ = __format_spec::__type::__debug;
H A Dformatter_integral.h258 // TODO FMT This loop evaluates the loop invariant `__parser.__type !=
263 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) {
337 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]]
350 case __format_spec::__type::__binary_lower_case: {
354 case __format_spec::__type::__binary_upper_case: {
358 case __format_spec::__type::__octal: {
364 case __format_spec::__type::__default:
365 case __format_spec::__type::__decimal: {
370 case __format_spec::__type::__hexadecimal_lower_case: {
374 case __format_spec::__type
[all...]
H A Dformatter_floating_point.h454 __format_spec::__type __type) {
456 switch (__type) {
457 case __format_spec::__type::__default:
463 case __format_spec::__type::__hexfloat_lower_case:
467 case __format_spec::__type::__hexfloat_upper_case:
471 case __format_spec::__type::__scientific_lower_case:
474 case __format_spec::__type::__scientific_upper_case:
477 case __format_spec::__type::__fixed_lower_case:
478 case __format_spec::__type
448 __format_buffer( __float_buffer<_Fp>& __buffer, _Tp __value, bool __negative, bool __has_precision, __format_spec::__sign __sign, __format_spec::__type __type) argument
[all...]
H A Dformatter_string.h46 if (__parser_.__type_ == __format_spec::__type::__debug)
54 _LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; }
71 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
H A Dformat_functions.h163 auto __validate_type = [](__arg_t __type) {
170 switch (__type) {
197 __arg_t __type) {
198 switch (__type) {
269 __arg_t __type = __ctx.arg(__r.__value); local
270 if (__type == __arg_t::__none)
272 else if (__type == __arg_t::__handle)
275 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type);
194 __compile_time_visit_format_arg( basic_format_parse_context<_CharT>& __parse_ctx, __compile_time_basic_format_context<_CharT>& __ctx, __arg_t __type) argument
H A Dformatter_integer.h47 if (__specs.__std_.__type_ == __format_spec::__type::__char)
H A Dformat_arg.h251 _LIBCPP_HIDE_FROM_ABI explicit basic_format_arg(__format::__arg_t __type,
253 : __value_(__value), __type_(__type) {}
/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Dprojected.h28 struct __type { struct in struct:__projected_impl
36 struct __type { struct in struct:__projected_impl
47 using projected = typename __projected_impl<_It, _Proj>::__type;
/freebsd-current/sys/sys/
H A Ddevctl.h18 const char *__type, const char *__data);
/freebsd-current/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h44 for (auto __type : __types)
45 ++__seen[__type];
/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dcommon_reference.h51 using __common_ref_t = typename __common_ref<_Xp, _Yp>::__type;
64 using __type = __cv_cond_res<_Xp, _Yp>;
81 using __type = __common_ref_C<_Xp, _Yp>;
97 using __type = __common_ref_D<_Xp, _Yp>;
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c173 enum pid_type __type; local
174 if (dequeue_signal(task, &set, &__info, &__type) != 0) {
/freebsd-current/contrib/llvm-project/libcxx/include/__thread/
H A Dformatter.h66 __specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lower_case;
/freebsd-current/sys/contrib/dev/rtw89/
H A Ddebug.c945 #define DLE_DFI_DUMP(__type, __target, __sel) \
948 u32 __reg_ctrl = R_AX_##__type##_DBG_FUN_INTF_CTL; \
949 u32 __reg_data = R_AX_##__type##_DBG_FUN_INTF_DATA; \
953 __ctrl = FIELD_PREP(B_AX_##__type##_DFI_TRGSEL_MASK, \
955 FIELD_PREP(B_AX_##__type##_DFI_ADDR_MASK, __sel) | \
959 !(__val32 & B_AX_##__type##_DFI_ACTIVE), \
964 #__type, #__target, __sel); \
972 #define DLE_DFI_FREE_PAGE_DUMP(__m, __type) \
977 __freepg = DLE_DFI_DUMP(__type, FREEPG, 0); \
978 __pubpg = DLE_DFI_DUMP(__type, FREEP
[all...]
H A Dcore.h2062 #define RTW89_DEF_FBTC_MREG(__type, __bytes, __offset) \
2063 { .type = cpu_to_le16(__type), .bytes = cpu_to_le16(__bytes), \
/freebsd-current/sys/dev/hpt27xx/
H A Dldm.h291 HPT_U8 __type; member in struct:vdev_class
/freebsd-current/sys/dev/hptnr/
H A Dldm.h290 HPT_U8 __type; member in struct:vdev_class
/freebsd-current/sys/dev/hptrr/
H A Dldm.h285 HPT_U8 __type; member in struct:vdev_class

Completed in 417 milliseconds