Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__compare/
H A Dweak_order.h56 bool __t_is_negative = std::signbit(__t); __go() local
H A Dstrong_order.h88 bool __t_is_negative = std::signbit(__t); __go() local