Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_string.h71 if (__specs.__has_width() || __specs.__has_precision())
H A Dformatter_output.h264 if (!__specs.__has_width())
H A Dparser_std_format_spec.h220 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_width() const { return __width_ > 0; } in __has_width() function