Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h57 _LIBCPP_HIDE_FROM_ABI inline _Iterator __insert_sign(_Iterator __buf, bool __negative, __format_spe… in __insert_sign()
288 bool __negative, in __format_integer()
394 bool __negative = __value < 0; in __format_integer() local
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb.cpp285 bool __negative = __input.peek() == '-'; in __parse_year_value() local
366 bool __negative = __c == '-'; in __parse_duration() local
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h191 bool __negative = __year < 0; in __format_century() local