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