| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 198 enum class __type : uint8_t { enum 221 _LIBCPP_HIDE_FROM_ABI inline constexpr uint32_t __create_type_mask(__type __t) { in __create_type_mask() 233 __create_type_mask(__type::__binary_lower_case) | // 234 __create_type_mask(__type::__binary_upper_case) | // 235 __create_type_mask(__type::__decimal) | // 236 __create_type_mask(__type::__octal) | // 237 __create_type_mask(__type::__hexadecimal_lower_case) | // 238 __create_type_mask(__type::__hexadecimal_upper_case); 245 __type __type_; 529 __type __type_{__type::__default}; [all …]
|
| H A D | formatter_bool.h | 48 case __format_spec::__type::__default: 49 case __format_spec::__type::__string: 52 case __format_spec::__type::__binary_lower_case: 53 case __format_spec::__type::__binary_upper_case: 54 case __format_spec::__type::__octal: 55 case __format_spec::__type::__decimal: 56 case __format_spec::__type::__hexadecimal_lower_case: 57 case __format_spec::__type::__hexadecimal_upper_case:
|
| H A D | formatter_floating_point.h | 456 __format_spec::__type __type) { 458 switch (__type) { 459 case __format_spec::__type::__default: 465 case __format_spec::__type::__hexfloat_lower_case: 469 case __format_spec::__type::__hexfloat_upper_case: 473 case __format_spec::__type::__scientific_lower_case: 476 case __format_spec::__type::__scientific_upper_case: 479 case __format_spec::__type::__fixed_lower_case: 480 case __format_spec::__type::__fixed_upper_case: 483 case __format_spec::__type::__general_lower_case: [all …]
|
| H A D | range_formatter.h | 100 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 D | formatter_char.h | 45 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… in format() 49 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 71 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
|
| H A D | formatter_integral.h | 264 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators() 338 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] in __format_integer() 351 case __format_spec::__type::__binary_lower_case: { 355 case __format_spec::__type::__binary_upper_case: { 359 case __format_spec::__type::__octal: { 365 case __format_spec::__type::__default: 366 case __format_spec::__type::__decimal: { 371 case __format_spec::__type::__hexadecimal_lower_case: { 375 case __format_spec::__type::__hexadecimal_upper_case: {
|
| H A D | formatter_pointer.h | 46 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case in format() 47 ? __format_spec::__type::__hexadecimal_upper_case in format() 48 : __format_spec::__type::__hexadecimal_lower_case; in format()
|
| H A D | format_functions.h | 164 auto __validate_type = [](__arg_t __type) { in __compile_time_validate_argument() 171 switch (__type) { in __compile_time_validate_argument() 198 __arg_t __type) { in __compile_time_visit_format_arg() argument 199 switch (__type) { in __compile_time_visit_format_arg() 270 __arg_t __type = __ctx.arg(__r.__value); in __handle_replacement_field() local 271 if (__type == __arg_t::__none) in __handle_replacement_field() 273 else if (__type == __arg_t::__handle) in __handle_replacement_field() 276 __format::__compile_time_visit_format_arg(__parse_ctx, __ctx, __type); in __handle_replacement_field()
|
| H A D | formatter_string.h | 47 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 55 …_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__type::__debug; } in set_debug_format()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_texture_intrinsics.h | 749 template <class __op, typename __type> struct __surf_read_write_v2; 755 #define __SURF_WRITE_V2(__op, __asm_dim, __asmtype, __type, __index_op_args, \ 758 template <> struct __surf_read_write_v2<__op, __type> { \ 759 static __device__ void __run(__type *__ptr, cudaSurfaceObject_t obj, \ 785 #define __SURF_READ_V2(__op, __asm_dim, __asmtype, __type, __asm_op_args, \ 787 template <> struct __surf_read_write_v2<__op, __type> { \ 788 static __device__ void __run(__type *__ptr, cudaSurfaceObject_t obj, \ 814 #define __SW_ASM_ARGS(__type) (__type(*__ptr)) 815 #define __SW_ASM_ARGS1(__type) (__type(__ptr->x)) 816 #define __SW_ASM_ARGS2(__type) (__type(__ptr->x), __type(__ptr->y)) [all …]
|
| H A D | gpuintrin.h | 200 #define __DO_LANE_SCAN(__type, __bitmask_type, __suffix) \ argument 207 __type __accum = 0; \ 209 __type __index = __builtin_ctzll(__mask); \ 210 __type __tmp = __gpu_shuffle_idx_##__suffix(__lane_mask, __index, __x, \ 220 __type, \ 236 #define __DO_LANE_SUM(__type, __suffix) \ argument 237 _DEFAULT_FN_ATTRS static __inline__ __type __gpu_lane_sum_##__suffix( \ 238 uint64_t __lane_mask, __type __x) { \
|
| H A D | invpcidintrin.h | 19 _invpcid(unsigned int __type, void *__descriptor) { in _invpcid() argument 20 __builtin_ia32_invpcid(__type, __descriptor); in _invpcid()
|
| H A D | ptrauth.h | 241 #define ptrauth_type_discriminator(__type) \ argument 242 __builtin_ptrauth_type_discriminator(__type) 374 #define ptrauth_type_discriminator(__type) ((ptrauth_extra_data_t)0) argument
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | projected.h | 28 struct __type { struct 29 using __primary_template _LIBCPP_NODEBUG = __type; argument 40 struct __type { 41 using __primary_template _LIBCPP_NODEBUG = __type; 55 using projected = typename __projected_impl<_It, _Proj>::__type;
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | geom.subr | 254 local __name="$1" __type="${2:-$GEOM_CLASS_ANY}" __var_to_set="$3" 260 if [ "$__type" != "$GEOM_CLASS_ANY" -a \ 261 "$__type" != "$__class_name" ] 308 local __prop="$1" __find="$2" __type="$3" __var_to_set="$4" 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 [all …]
|
| H A D | device.subr | 134 local __type="$5" __enabled="$6" __init_func="$7" __get_func="$8" 144 if f_device_find -1 "$__name" "$__type" __device; then 155 $__device set type "$__type" 795 local __type="$1" __name="$2" __var_to_set="$3" 821 [ "$__type" = "$DEVICE_TYPE_ANY" ] && __type= 828 [ "${__type:-$__dev_type}" = "$__dev_type" ] || continue 888 local __name="$1" __type="$2" __var_to_set="$3" 893 [ "$__type" = "$DEVICE_TYPE_ANY" ] && type= 920 debug= f_device_catalog_get "$__type" "$__name" __catalog_struct 927 case "$__type" in [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-thread.c | 174 enum pid_type __type; local 175 if (dequeue_signal(current, &set, &__info, &__type) != 0) { 177 enum pid_type __type; 178 if (dequeue_signal(&set, &__info, &__type) != 0) {
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | common_reference.h | 51 using __common_ref_t _LIBCPP_NODEBUG = typename __common_ref<_Xp, _Yp>::__type; 64 using __type _LIBCPP_NODEBUG = __cv_cond_res<_Xp, _Yp>; 81 using __type _LIBCPP_NODEBUG = __common_ref_C<_Xp, _Yp>; 97 using __type _LIBCPP_NODEBUG = __common_ref_D<_Xp, _Yp>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | common_comparison_category.h | 44 for (auto __type : __types) in __compute_comp_type() local 45 ++__seen[__type]; in __compute_comp_type()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/ |
| H A D | characters.h | 50 inline _LIBCPP_HIDE_FROM_ABI int __iswctype(wint_t __c, wctype_t __type, __locale_t) { in __iswctype() argument 51 return std::iswctype(__c, __type); in __iswctype()
|
| /freebsd/sys/sys/ |
| H A D | devctl.h | 18 const char *__type, const char *__data);
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | formatter.h | 66 __specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lower_case;
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/ |
| H A D | bsd_like.h | 110 inline _LIBCPP_HIDE_FROM_ABI int __iswctype(wint_t __c, wctype_t __type, __locale_t __loc) { in __iswctype() argument 111 return ::iswctype_l(__c, __type, __loc); in __iswctype()
|
| H A D | linux.h | 137 inline _LIBCPP_HIDE_FROM_ABI int __iswctype(wint_t __c, wctype_t __type, __locale_t __loc) { in __iswctype() argument 138 return iswctype_l(__c, __type, __loc); in __iswctype()
|
| /freebsd/contrib/llvm-project/libcxx/include/__locale_dir/ |
| H A D | locale_base_api.h | 229 inline _LIBCPP_HIDE_FROM_ABI int __iswctype(wint_t __ch, wctype_t __type, __locale_t __loc) { in __iswctype() argument 230 return iswctype_l(__ch, __type, __loc); in __iswctype()
|