Searched refs:__has_precision (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libcxx/include/__format/ |
| H A D | formatter_floating_point.h | 451 bool __has_precision, 461 __buffer, __value, __has_precision ? __buffer.__precision() : -1, __first); 465 __buffer, __value, __has_precision ? __buffer.__precision() : -1, __first); 626 …__buffer, __value, __negative, (__specs.__has_precision()), __specs.__std_.__sign_, __specs.__std_…
|
| H A D | formatter_output.h | 261 _LIBCPP_ASSERT(!__specs.__has_precision(), "use __write_string"); 294 if (!__specs.__has_precision())
|
| H A D | formatter_string.h | 71 if (__specs.__has_width() || __specs.__has_precision())
|
| H A D | parser_std_format_spec.h | 222 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_precision() const { return __precision_ >= 0; } in __has_precision() function
|