Home
last modified time | relevance | path

Searched defs:__sign (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h57 _LIBCPP_HIDE_FROM_ABI constexpr int __sign(_Tp __val) { in __sign() function
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h57 …BI inline _Iterator __insert_sign(_Iterator __buf, bool __negative, __format_spec::__sign __sign) { in __insert_sign()
H A Dparser_std_format_spec.h186 enum class __sign : uint8_t { enum