Home
last modified time | relevance | path

Searched refs:__zero_padding (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_floating_point.h523 …bool __zero_padding = __specs.__alignment_ == __format_spec::__alignment:…
525 if (__zero_padding) {
534 if (__zero_padding && __first != __buffer.begin())
537 if (!__zero_padding && __first != __buffer.begin())
601 if (__specs.__alignment_ == __format_spec::__alignment::__zero_padding)
731 if (__specs.__alignment_ == __format_spec::__alignment ::__zero_padding) {
H A Dformatter_output.h74 …__align != __format_spec::__alignment::__zero_padding, "the caller should have handled the zero-pa… in __padding_size()
78 case __format_spec::__alignment::__zero_padding: in __padding_size()
H A Dformatter_integral.h227 if (__specs.__alignment_ == __format_spec::__alignment::__zero_padding) { in __write_using_decimal_separators()
321 if (__specs.__alignment_ != __format_spec::__alignment::__zero_padding) in __format_integer()
H A Dparser_std_format_spec.h183 __zero_padding enumerator
466 if (!__fields.__zero_padding_ && __alignment_ == __alignment::__zero_padding) {
710 __alignment_ = __alignment::__zero_padding;