Home
last modified time | relevance | path

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

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