| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 138 uint16_t __type_ : 1 {false}; 152 inline constexpr __fields __fields_bool{.__locale_specific_form_ = true, .__type_ = true, .__consum… 158 .__type_ = true, 166 .__type_ = true, 168 inline constexpr __fields __fields_string{.__precision_ = true, .__type_ = true, .__consume_all_ = … 169 inline constexpr __fields __fields_pointer{.__zero_padding_ = true, .__type_ = true, .__consume_all… 245 __type __type_; member 408 if (__fields.__type_) 487 if ((__create_type_mask(__type_) & __type_mask) == 0) { 502 .__type_ = __type_}, [all …]
|
| 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 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format()
|
| 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() 157 switch (__specs.__std_.__type_) { 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_pointer.h | 37 __format_spec::__process_display_type_pointer(__parser_.__type_, "a pointer"); in parse() 45 __specs.__std_.__type_ = in format() 46 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case in format()
|
| H A D | format_arg.h | 105 switch (__arg.__type_) { in decltype() 156 switch (__arg.__type_) { in __visit_format_arg() 284 _LIBCPP_HIDE_FROM_ABI basic_format_arg() noexcept : __type_{__format::__arg_t::__none} {} in basic_format_arg() 286 …_LIBCPP_HIDE_FROM_ABI explicit operator bool() const noexcept { return __type_ != __format::__arg_… 294 switch (__arg.__type_) { in decltype() 315 switch (__arg.__type_) { in visit() 350 __format::__arg_t __type_; variable 354 : __value_(__value), __type_(__type) {} in basic_format_arg() 379 switch (__arg.__type_) { in decltype()
|
| H A D | formatter_string.h | 39 __format_spec::__process_display_type_string(__parser_.__type_); in parse() 47 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 55 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format()
|
| H A D | formatter_floating_point.h | 592 __specs.__std_.__type_ == __format_spec::__type::__hexfloat_upper_case || 593 __specs.__std_.__type_ == __format_spec::__type::__scientific_upper_case || 594 __specs.__std_.__type_ == __format_spec::__type::__fixed_upper_case || 595 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case; 660 … __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type_); 686 bool __is_general = __specs.__std_.__type_ == __format_spec::__type::__general_lower_case || 687 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case;
|
| 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() 350 switch (__specs.__std_.__type_) {
|
| H A D | formatter_bool.h | 47 switch (__parser_.__type_) {
|
| H A D | format_arg_store.h | 226 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage() 229 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
|
| H A D | formatter_integer.h | 46 if (__specs.__std_.__type_ == __format_spec::__type::__char) in format()
|
| H A D | format_functions.h | 470 if (auto __arg = __args.get(0); __builtin_constant_p(__arg.__type_)) { in __try_constant_folding()
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 218 file_type __type_; member 225 __type_ = file_type::none; in __reset() 234 __data.__type_ = __ft; in __create_iter_result() 251 __data.__type_ = __ft; in __create_iter_cached_result() 313 file_status __st(__data_.__type_); 318 return __data_.__type_; 335 file_status __st(__data_.__type_); 340 return __data_.__type_;
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | directory_entry.cpp | 33 __data_.__type_ = st.type(); in __do_refresh() 43 __data_.__type_ = st.type(); in __do_refresh()
|
| /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/__chrono/ |
| H A D | parser_std_format_spec.h | 36 .__precision_ = true, .__locale_specific_form_ = true, .__type_ = false}; 37 inline constexpr __fields __fields_chrono{.__locale_specific_form_ = true, .__type_ = false};
|