Searched refs:__std_ (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/include/__format/ |
| H A D | formatter_integral.h | 211 char* __first = __formatter::__insert_sign(__begin, __negative, __specs.__std_.__sign_); 212 if (__specs.__std_.__alternate_form_ && __prefix) 219 if (__specs.__std_.__locale_specific_form_) { 255 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]] 265 switch (__specs.__std_.__type_) { 344 if (__specs.__std_.__locale_specific_form_) {
|
| H A D | formatter_floating_point.h | 583 char* __last = __formatter::__insert_sign(__buffer, __negative, __specs.__std_.__sign_); 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 …r, __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type… 631 if (__specs.__std_.__alternate_form_) { 655 bool __is_general = __specs.__std_.__type_ == __format_spec::__type::__general_lower_case || 656 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case; 679 if (__specs.__std_.__locale_specific_form_)
|
| H A D | formatter_pointer.h | 46 __specs.__std_.__alternate_form_ = true; 47 …__specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lowe…
|
| H A D | range_formatter.h | 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()
|
| 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() 258 …ult __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__std_.__alignment_);
|
| H A D | parser_std_format_spec.h | 225 __std __std_; member 314 .__std_ = __std{.__alignment_ = __alignment_, in __get_parsed_std_specifications()
|