Home
last modified time | relevance | path

Searched refs:__has_precision (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_floating_point.h451 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 Dformatter_output.h261 _LIBCPP_ASSERT(!__specs.__has_precision(), "use __write_string");
294 if (!__specs.__has_precision())
H A Dformatter_string.h71 if (__specs.__has_width() || __specs.__has_precision())
H A Dparser_std_format_spec.h222 _LIBCPP_HIDE_FROM_ABI constexpr bool __has_precision() const { return __precision_ >= 0; } in __has_precision() function