Searched refs:__libcpp_isgreater (Results 1 – 1 of 1) sorted by relevance
608 __libcpp_isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in __libcpp_isgreater() function626 return __libcpp_isgreater((type)__lcpp_x, (type)__lcpp_y); in isgreater()