Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dparser_std_format_spec.h156 __hexadecimal_upper_case, enumerator
491 __type_ = __type::__hexadecimal_upper_case; in __parse_type()
602 case __format_spec::__type::__hexadecimal_upper_case: in __process_parsed_bool()
623 case __format_spec::__type::__hexadecimal_upper_case: in __process_parsed_char()
640 case __format_spec::__type::__hexadecimal_upper_case: in __process_parsed_integer()
H A Dformatter_bool.h59 case __format_spec::__type::__hexadecimal_upper_case:
H A Dformatter_integral.h254 if (__specs.__std_.__type_ != __format_spec::__type::__hexadecimal_upper_case) [[likely]]
289 case __format_spec::__type::__hexadecimal_upper_case: {
H A Dformatter_output.h134 if (__specs.__std_.__type_ == __format_spec::__type::__hexadecimal_upper_case) { in __write_using_decimal_separators()