Searched refs:__type_ (Results 1 – 15 of 15) sorted by relevance
/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 | 103 switch (__arg.__type_) { in decltype() 154 switch (__arg.__type_) { in __visit_format_arg() 282 _LIBCPP_HIDE_FROM_ABI basic_format_arg() noexcept : __type_{__format::__arg_t::__none} {} in basic_format_arg() 284 …_LIBCPP_HIDE_FROM_ABI explicit operator bool() const noexcept { return __type_ != __format::__arg_… 292 switch (__arg.__type_) { in decltype() 313 switch (__arg.__type_) { in visit() 348 __format::__arg_t __type_; variable 352 : __value_(__value), __type_(__type) {} in basic_format_arg() 377 switch (__arg.__type_) { in decltype()
|
H A D | formatter_string.h | 37 __format_spec::__process_display_type_string(__parser_.__type_); in parse() 45 if (__parser_.__type_ == __format_spec::__type::__debug) in format() 53 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format() 70 if (_Base::__parser_.__type_ == __format_spec::__type::__debug)
|
H A D | formatter_floating_point.h | 591 __specs.__std_.__type_ == __format_spec::__type::__hexfloat_upper_case || 592 __specs.__std_.__type_ == __format_spec::__type::__scientific_upper_case || 593 __specs.__std_.__type_ == __format_spec::__type::__fixed_upper_case || 594 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case; 659 … __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type_); 685 bool __is_general = __specs.__std_.__type_ == __format_spec::__type::__general_lower_case || 686 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case;
|
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 | formatter_bool.h | 47 switch (__parser_.__type_) {
|
H A D | format_arg_store.h | 215 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage() 218 __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()
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 213 file_type __type_; member 220 __type_ = file_type::none; in __reset() 229 __data.__type_ = __ft; in __create_iter_result() 291 file_status __st(__data_.__type_); 296 return __data_.__type_; 310 file_status __st(__data_.__type_); 315 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 | 33 .__precision_ = true, .__locale_specific_form_ = true, .__type_ = false}; 34 inline constexpr __fields __fields_chrono{.__locale_specific_form_ = true, .__type_ = false};
|