Home
last modified time | relevance | path

Searched defs:__negative (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h57 _LIBCPP_HIDE_FROM_ABI inline _Iterator __insert_sign(_Iterator __buf, bool __negative, __format_spec::__sign __sign) { in __insert_sign() argument
288 bool __negative, in __format_integer() argument
394 bool __negative = __value < 0; __format_integer() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h168 bool __negative = __year < 0; __format_century() local