Home
last modified time | relevance | path

Searched refs:__std_ (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h211 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 Dformatter_floating_point.h583 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 Dformatter_pointer.h46 __specs.__std_.__alternate_form_ = true;
47 …__specs.__std_.__type_ = __format_spec::__type::__hexadecimal_lowe…
H A Drange_formatter.h153 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 Dformatter_integer.h48 if (__specs.__std_.__type_ == __format_spec::__type::__char)
H A Dformatter_output.h209 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 Dparser_std_format_spec.h225 __std __std_; member
314 .__std_ = __std{.__alignment_ = __alignment_, in __get_parsed_std_specifications()