Searched refs:__width_ (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_output.h | 102 if (__specs.__width_ > __size) { in __write_using_decimal_separators() 104 __padding.__before_ = __specs.__width_ - __size; in __write_using_decimal_separators() 105 __out_it = _VSTD::fill_n(_VSTD::move(__out_it), __specs.__width_ - __size, _CharT('0')); in __write_using_decimal_separators() 108 if (__specs.__width_ > __size) { in __write_using_decimal_separators() 110 __padding = __padding_size(__size, __specs.__width_, __specs.__alignment_); in __write_using_decimal_separators() 185 if (__size >= __specs.__width_) 212 if (__size >= __specs.__width_) 215 __padding_size_result __padding = __padding_size(__size, __specs.__width_, __specs.__alignment_); 242 __padding_size(__size + __num_trailing_zeros, __specs.__width_, __specs.__alignment_); 272 .__width_; [all …]
|
| H A D | parser_std_format_spec.h | 210 int32_t __width_; member 297 .__width_{__get_width(__ctx)}, in __get_parsed_std_specifications() 322 int32_t __width_{0}; 416 __width_ = __r.__value; in __parse_width() 425 __width_ = __r.__value; in __parse_width() 535 return __width_; in __get_width() 695 size_t __width_; member 785 __result.__width_ += __width; in __estimate_column_width_grapheme_clustering() 882 __result.__width_ += __ascii_size; in __estimate_column_width() 892 size_t __width_ = _VSTD::min(__str.size(), __maximum); in __estimate_column_width() local [all …]
|
| H A D | formatter_integral.h | 251 __specs.__width_ -= _VSTD::min(__size, __specs.__width_);
|
| H A D | formatter_floating_point.h | 519 if (__size < __specs.__width_) { 525 __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_); 651 if (__size + __num_trailing_zeros >= __specs.__width_) {
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | ios.cpp | 267 __width_ = 0; in init() 320 __width_ = rhs.__width_; in copyfmt() 361 __width_ = rhs.__width_; in move() 394 _VSTD::swap(__width_, rhs.__width_); in swap()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | ios | 381 streamsize __width_; 532 return __width_; 539 streamsize __r = __width_; 540 __width_ = __wide;
|
| H A D | format | 321 __format::__compile_time_validate_integral(__ctx.arg(__formatter.__parser_.__width_));
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | early-if-conversion-bug1.ll | 114 …%__width_.i = getelementptr inbounds %"class.std::__1::ios_base", %"class.std::__1::ios_base"* %th… 115 %6 = load i32, i32* %__width_.i, align 4 375 …%__width_.i43 = getelementptr inbounds %"class.std::__1::ios_base", %"class.std::__1::ios_base"* %… 376 %72 = load i32, i32* %__width_.i43, align 4
|