Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h134 uint16_t __alternate_form_ : 1 {false};
155 .__alternate_form_ = true,
162 .__alternate_form_ = true,
243 bool __alternate_form_ : 1; member
370 if (__fields.__alternate_form_) {
459 if (!__fields.__alternate_form_ && __alternate_form_) {
500 .__alternate_form_ = __alternate_form_,
526 bool __alternate_form_ : 1 {false};
699 __alternate_form_ = true;
H A Dformatter_pointer.h44 __specs.__std_.__alternate_form_ = true; in format()
H A Dformatter_integral.h294 if (__specs.__std_.__alternate_form_ && __prefix) in __format_integer()
H A Dformatter_floating_point.h661 if (__specs.__std_.__alternate_form_) {
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dformatter.h65 __specs.__std_.__alternate_form_ = true;