Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dparser_std_format_spec.h233 int32_t __width_; member
243 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_width() const { return __width_ > 0; } in __has_width()
319 .__width_{__get_width(__ctx)}, in __get_parsed_std_specifications()
334 .__width_{__get_width(__ctx)}, in __get_parsed_chrono_specifications()
364 int32_t __width_{0};
462 __width_ = __r.__value; in __parse_width()
471 __width_ = __r.__value; in __parse_width()
472 _LIBCPP_ASSERT(__width_ != 0, "A zero value isn't allowed and should be impossible, " in __parse_width()
586 return __width_; in __get_width()
588 return __format_spec::__substitute_arg_id(__ctx.arg(__width_)); in __get_width()
[all …]
H A Dformatter_output.h177 if (__specs.__width_ > __size) { in __write_using_decimal_separators()
179 __padding.__before_ = __specs.__width_ - __size; in __write_using_decimal_separators()
180 …__out_it = __formatter::__fill(_VSTD::move(__out_it), __specs.__width_ - __size, _CharT… in __write_using_decimal_separators()
183 if (__specs.__width_ > __size) { in __write_using_decimal_separators()
185 __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_); in __write_using_decimal_separators()
255 if (__size >= __specs.__width_)
258 …__padding_size_result __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__…
296 if (__size >= __specs.__width_)
299 …__padding_size_result __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__…
326 …__formatter::__padding_size(__size + __num_trailing_zeros, __specs.__width_, __specs.__alignment_);
[all …]
H A Dformatter_integral.h252 __specs.__width_ -= _VSTD::min(__size, __specs.__width_);
H A Dformatter_floating_point.h522 if (__size < __specs.__width_) {
528 __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_);
685 if (__size + __num_trailing_zeros >= __specs.__width_) {
H A Dformat_functions.h180 __format::__compile_time_validate_integral(__ctx.arg(__formatter.__parser_.__width_)); in __compile_time_validate_argument()
/openbsd-src/gnu/llvm/libcxx/src/
H A Dios.cpp267 __width_ = 0; in init()
320 __width_ = rhs.__width_; in copyfmt()
361 __width_ = rhs.__width_; in move()
394 _VSTD::swap(__width_, rhs.__width_); in swap()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dios383 streamsize __width_;
534 return __width_;
541 streamsize __r = __width_;
542 __width_ = __wide;