Searched refs:__type_ (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/libcxx/include/__format/ |
H A D | parser_std_format_spec.h | 112 uint8_t __type_ : 1 {false}; 193 __type __type_; member 297 if (__fields.__type_) { 318 .__type_ = __type_}, in __get_parsed_std_specifications() 546 __type_ = __type::__char; in __parse_type() 561 __type_ = __type::__octal; in __parse_type() 574 __type_ = __type::__debug; in __parse_type() 640 switch (__parser.__type_) { in __process_parsed_bool() 661 switch (__parser.__type_) { in __process_parsed_char() 683 switch (__parser.__type_) { in __process_parsed_integer() [all …]
|
H A D | formatter_char.h | 44 …if (__parser_.__type_ == __format_spec::__type::__default || __parser_.__type_ == __format_spec::_… 48 if (__parser_.__type_ == __format_spec::__type::__debug) 70 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format()
|
H A D | range_formatter.h | 82 if (__parser_.__type_ != __format_spec::__type::__default) { in parse() 87 if (__parser_.__type_ == __format_spec::__type::__string) in parse() 92 if (__parser_.__type_ == __format_spec::__type::__string) in parse() 153 switch (__specs.__std_.__type_) { in __format_range() 156 …return __format_as_string(__range, __ctx, __specs.__std_.__type_ == __format_spec::__type::__debug… in __format_range() 227 __parser_.__type_ = __format_spec::__type::__string; in __parse_type() 238 __parser_.__type_ = __format_spec::__type::__debug; in __parse_type()
|
H A D | formatter_string.h | 38 __format_spec::__process_display_type_string(__parser_.__type_); 44 if (__parser_.__type_ == __format_spec::__type::__debug) 52 …_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 | format_arg.h | 99 switch (__arg.__type_) { in decltype() 232 : __type_{__format::__arg_t::__none} {} in basic_format_arg() 235 return __type_ != __format::__arg_t::__none; 254 __format::__arg_t __type_; variable 258 : __value_(__value), __type_(__type) {} in basic_format_arg() 281 switch (__arg.__type_) { in decltype()
|
H A D | formatter_pointer.h | 40 __format_spec::__process_display_type_pointer(__parser_.__type_); 47 …__specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lowe…
|
H A D | formatter_floating_point.h | 589 __specs.__std_.__type_ == __format_spec::__type::__hexfloat_upper_case || 590 __specs.__std_.__type_ == __format_spec::__type::__scientific_upper_case || 591 __specs.__std_.__type_ == __format_spec::__type::__fixed_upper_case || 592 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case; 629 … __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type_); 655 bool __is_general = __specs.__std_.__type_ == __format_spec::__type::__general_lower_case || 656 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case;
|
H A D | formatter_bool.h | 49 switch (__parser_.__type_) {
|
H A D | format_arg_store.h | 203 __types |= static_cast<uint64_t>(__arg.__type_) << __shift; in __create_packed_storage() 206 __types = static_cast<uint64_t>(__arg.__type_); in __create_packed_storage()
|
H A D | formatter_integral.h | 255 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] 265 switch (__specs.__std_.__type_) {
|
H A D | formatter_integer.h | 48 if (__specs.__std_.__type_ == __format_spec::__type::__char)
|
H A D | formatter_output.h | 209 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()
|
/openbsd/gnu/llvm/libcxx/include/__filesystem/ |
H A D | directory_entry.h | 285 file_type __type_; member 294 __type_ = file_type::none; in __reset() 304 __data.__type_ = __ft; in __create_iter_result() 370 file_status __st(__data_.__type_); 375 return __data_.__type_; 390 file_status __st(__data_.__type_); 395 return __data_.__type_;
|
/openbsd/gnu/llvm/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};
|
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | operations.cpp | 2062 __data_.__type_ = st.type(); in __do_refresh() 2072 __data_.__type_ = st.type(); in __do_refresh()
|