Searched refs:__insert_sign (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h47 _LIBCPP_HIDE_FROM_ABI inline char* __insert_sign(char* __buf, bool __negative, __format_spec::__sign __sign) { function in namespace:__formatter
211 char* __first = __formatter::__insert_sign(__begin, __negative, __specs.__std_.__sign_);
309 // The function @ref __insert_sign will a '-' when the value was negative.
H A Dformatter_floating_point.h454 char* __first = __formatter::__insert_sign(__buffer.begin(), __negative, __sign);
583 char* __last = __formatter::__insert_sign(__buffer, __negative, __specs.__std_.__sign_);
618 // The function @ref __insert_sign will insert a '-' when the value was

Completed in 195 milliseconds