Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_integral.h210 char* __first = __formatter::__insert_sign(__begin, __negative, __specs.__std_.__sign_);
211 if (__specs.__std_.__alternate_form_ && __prefix)
218 if (__specs.__std_.__locale_specific_form_) {
254 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]]
264 switch (__specs.__std_.__type_) {
343 if (__specs.__std_.__locale_specific_form_) {
H A Dformatter_floating_point.h580 char* __last = __formatter::__insert_sign(__buffer, __negative, __specs.__std_.__sign_);
586 __specs.__std_.__type_ == __format_spec::__type::__hexfloat_upper_case ||
587 __specs.__std_.__type_ == __format_spec::__type::__scientific_upper_case ||
588 __specs.__std_.__type_ == __format_spec::__type::__fixed_upper_case ||
589 __specs.__std_.__type_ == __format_spec::__type::__general_upper_case;
626 …r, __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_.__type…
628 if (__specs.__std_.__alternate_form_ && __result.__radix_point == __result.__last) {
645 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 Dformatter_output.h134 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()
188 …ult __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__std_.__alignment_);
H A Dformatter_integer.h48 if (__specs.__std_.__type_ == __format_spec::__type::__char)
H A Dparser_std_format_spec.h202 __std __std_; member
291 .__std_ = in __get_parsed_std_specifications()