Home | History | Annotate | Download | only in include

Lines Matching full:isless

151 bool isless(arithmetic x, arithmetic y);
516 // isless
518 #ifdef isless
525 return isless(__lcpp_x, __lcpp_y);
528 #undef isless
538 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
544 #endif // isless
646 using ::isless;