Searched refs:__has_width (Results 1 – 5 of 5) sorted by relevance
91 if (!__specs.__has_width()) in format()
85 if (__specs.__has_width() || __specs.__has_precision())
122 if (!__specs.__has_width()) in format()
348 if (!__specs.__has_width())
243 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_width() const { return __width_ > 0; } in __has_width() function