Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__format/
H A Dparser_std_format_spec.h108 uint8_t __alternate_form_ : 1 {false};
126 .__alternate_form_ = true,
132 .__alternate_form_ = true,
191 bool __alternate_form_ : 1; member
282 if (__fields.__alternate_form_ && __parse_alternate_form(__begin) && __begin == __end)
316 .__alternate_form_ = __alternate_form_, in __get_parsed_std_specifications()
341 bool __alternate_form_ : 1 {false};
440 __alternate_form_ = true; in __parse_alternate_form()
623 if (__parser.__alternate_form_) in __process_display_type_bool_string()
H A Dformatter_pointer.h46 __specs.__std_.__alternate_form_ = true;
H A Dformatter_integral.h212 if (__specs.__std_.__alternate_form_ && __prefix)
H A Dformatter_floating_point.h631 if (__specs.__std_.__alternate_form_) {