Searched refs:__type_ (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__format/ |
| H A D | parser_std_format_spec.h | 246 __type __type_; member 409 if (__fields.__type_) 503 .__type_ = __type_}, 823 __type_ = __type::__char; 838 __type_ = __type::__octal; 847 __type_ = __type::__string; 854 __type_ = __type::__debug; 910 switch (__parser.__type_) { 931 switch (__parser.__type_) { 953 switch (__parser.__type_) { [all …]
|
| H A D | formatter_char.h | 46 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… in format() 50 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 72 …_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 | 38 __format_spec::__process_display_type_pointer(__parser_.__type_, "a pointer"); in parse() 46 __specs.__std_.__type_ = in format() 47 __specs.__std_.__type_ == __format_spec::__type::__pointer_upper_case in format()
|
| H A D | formatter_string.h | 38 __format_spec::__process_display_type_string(__parser_.__type_); in parse() 46 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 54 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format() 71 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
|
| H A D | format_arg.h | 103 switch (__arg.__type_) { in decltype() 229 _LIBCPP_HIDE_FROM_ABI basic_format_arg() noexcept : __type_{__format::__arg_t::__none} {} in basic_format_arg() 231 …_LIBCPP_HIDE_FROM_ABI explicit operator bool() const noexcept { return __type_ != __format::__arg_… 249 __format::__arg_t __type_; variable 253 : __value_(__value), __type_(__type) {} in basic_format_arg() 274 switch (__arg.__type_) { in decltype()
|
| H A D | formatter_floating_point.h | 590 __specs.__std_.__type_ == __format_spec::__type::__hexfloat_upper_case || 591 __specs.__std_.__type_ == __format_spec::__type::__scientific_upper_case || 592 __specs.__std_.__type_ == __format_spec::__type::__fixed_upper_case || 593 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case; 658 … __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type_); 684 bool __is_general = __specs.__std_.__type_ == __format_spec::__type::__general_lower_case || 685 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case;
|
| H A D | formatter_bool.h | 48 switch (__parser_.__type_) {
|
| H A D | formatter_integral.h | 263 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() 349 switch (__specs.__std_.__type_) {
|
| H A D | format_arg_store.h | 216 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage() 219 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
|
| H A D | formatter_integer.h | 47 if (__specs.__std_.__type_ == __format_spec::__type::__char) in format()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | directory_entry.h | 214 file_type __type_; member 221 __type_ = file_type::none; in __reset() 230 __data.__type_ = __ft; in __create_iter_result() 292 file_status __st(__data_.__type_); 297 return __data_.__type_; 311 file_status __st(__data_.__type_); 316 return __data_.__type_;
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/__thread/ |
| H A D | formatter.h | 66 __specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lower_case;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__chrono/ |
| H A D | parser_std_format_spec.h | 33 .__precision_ = true, .__locale_specific_form_ = true, .__type_ = false}; 34 inline constexpr __fields __fields_chrono{.__locale_specific_form_ = true, .__type_ = false};
|