Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformatter_tuple.h91 if (!__specs.__has_width()) in format()
H A Dformatter_string.h85 if (__specs.__has_width() || __specs.__has_precision())
H A Drange_formatter.h122 if (!__specs.__has_width()) in format()
H A Dformatter_output.h348 if (!__specs.__has_width())
H A Dparser_std_format_spec.h243 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_width() const { return __width_ > 0; } in __has_width() function