Home
last modified time | relevance | path

Searched refs:__type (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h199 enum class __type : uint8_t { enum
246 __type __type_;
530 __type __type_{__type::__default};
823 __type_ = __type::__char;
826 __type_ = __type::__decimal;
838 __type_ = __type::__octal;
847 __type_ = __type::__string;
854 __type_ = __type::__debug;
884 _LIBCPP_HIDE_FROM_ABI constexpr void __process_display_type_string(__format_spec::__type __type) {
885 switch (__type) {
[all …]
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 Drange_formatter.h100 if (__parser_.__type_ != __format_spec::__type::__default) { in parse()
105 if (__parser_.__type_ == __format_spec::__type::__string) in parse()
110 if (__parser_.__type_ == __format_spec::__type::__string) in parse()
158 case __format_spec::__type::__string: in __format_range()
159 case __format_spec::__type::__debug: in __format_range()
160 …return __format_as_string(__range, __ctx, __specs.__std_.__type_ == __format_spec::__type::__debug… in __format_range()
226 __parser_.__type_ = __format_spec::__type::__string; in __parse_type()
237 __parser_.__type_ = __format_spec::__type::__debug; in __parse_type()
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::__fixed_upper_case:
481 case __format_spec::__type::__general_lower_case:
[all …]
H A Dformatter_char.h46 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… in format()
50 if (__parser_.__type_ == __format_spec::__type::__debug) in format()
72 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
H A Dformatter_integral.h263 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()
337 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] in __format_integer()
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::__hexadecimal_upper_case: {
H A Dformatter_pointer.h47 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case in format()
48 ? __format_spec::__type::__hexadecimal_upper_case in format()
49 : __format_spec::__type::__hexadecimal_lower_case; in format()
H A Dformatter_string.h46 if (__parser_.__type_ == __format_spec::__type::__debug) in format()
54 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
71 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
H A Dformat_functions.h163 auto __validate_type = [](__arg_t __type) { in __compile_time_validate_argument()
170 switch (__type) { in __compile_time_validate_argument()
197 __arg_t __type) { in __compile_time_visit_format_arg() argument
198 switch (__type) { in __compile_time_visit_format_arg()
269 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local
270 if (__type == __arg_t::__none) in __handle_replacement_field()
272 else if (__type == __arg_t::__handle) in __handle_replacement_field()
275 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type); in __handle_replacement_field()
H A Dformat_arg.h251 _LIBCPP_HIDE_FROM_ABI explicit basic_format_arg(__format::__arg_t __type, in basic_format_arg() argument
253 : __value_(__value), __type_(__type) {} in basic_format_arg()
H A Dformatter_integer.h47 if (__specs.__std_.__type_ == __format_spec::__type::__char) in format()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dprojected.h28 struct __type { struct
36 struct __type {
47 using projected = typename __projected_impl<_It, _Proj>::__type;
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Dgeom.subr260 if [ "$__type" != "$GEOM_CLASS_ANY" -a \
261 "$__type" != "$__class_name" ]
319 case "$__type" in
321 class|GEOM_CLASS) __type=class ;;
322 geom|GEOM_GEOM) __type=geom ;;
323 consumer|GEOM_CONSUMER) __type=consumer ;;
324 provider|GEOM_PROVIDER) __type=provider ;;
333 if [ "${__type:-class}" = "class" ]; then
344 if [ "${__type:-geom}" = "geom" ]; then
348 [ "$__type" ] &&
[all …]
H A Ddevice.subr135 local __type="$5" __enabled="$6" __init_func="$7" __get_func="$8"
145 if f_device_find -1 "$__name" "$__type" __device; then
156 $__device set type "$__type"
804 local __type="$1" __name="$2" __var_to_set="$3"
830 [ "$__type" = "$DEVICE_TYPE_ANY" ] && __type=
837 [ "${__type:-$__dev_type}" = "$__dev_type" ] || continue
897 local __name="$1" __type="$2" __var_to_set="$3"
902 [ "$__type" = "$DEVICE_TYPE_ANY" ] && type=
936 case "$__type" in
1048 [ "$__type" = "$DEVICE_TYPE_ANY" -o \
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dinvpcidintrin.h19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument
20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__compare/
H A Dcommon_comparison_category.h44 for (auto __type : __types) in __compute_comp_type() local
45 ++__seen[__type]; in __compute_comp_type()
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-thread.c183 enum pid_type __type; local
184 if (dequeue_signal(task, &set, &__info, &__type) != 0) {
/freebsd-14.2/sys/sys/
H A Ddevctl.h18 const char *__type, const char *__data);
/freebsd-14.2/contrib/llvm-project/libcxx/include/__thread/
H A Dformatter.h66 __specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lower_case;
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Ddebug.c959 !(__val32 & B_AX_##__type##_DFI_ACTIVE), \ in rtw89_debug_mac_dump_dle_dbg()
964 #__type, #__target, __sel); \ in rtw89_debug_mac_dump_dle_dbg()
978 __pubpg = DLE_DFI_DUMP(__type, FREEPG, 1); \ in rtw89_debug_mac_dump_dle_dbg()
983 #__type, __freepg_head); \ in rtw89_debug_mac_dump_dle_dbg()
985 #__type, __freepg_tail); \ in rtw89_debug_mac_dump_dle_dbg()
987 #__type, __pubpg_num); \ in rtw89_debug_mac_dump_dle_dbg()
990 #define case_QUOTA(__m, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument
991 case __type##_QTAID_##__id: \ in rtw89_debug_mac_dump_dle_dbg()
992 val32 = DLE_DFI_DUMP(__type, QUOTA, __type##_QTAID_##__id); \ in rtw89_debug_mac_dump_dle_dbg()
996 #__type, #__id, rsv_pgnum); \ in rtw89_debug_mac_dump_dle_dbg()
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/share/packages/
H A Dindex.subr87 local __type __data __site
88 device_media get type __type
90 case "$__type" in
/freebsd-14.2/sys/dev/hptrr/
H A Dldm.h285 HPT_U8 __type; member
/freebsd-14.2/sys/dev/hptnr/
H A Dldm.h290 HPT_U8 __type; member
/freebsd-14.2/sys/dev/hpt27xx/
H A Dldm.h291 HPT_U8 __type; member

12