Home
last modified time | relevance | path

Searched refs:__libcpp_isless (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h668 __libcpp_isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in __libcpp_isless() function
686 return __libcpp_isless((type)__lcpp_x, (type)__lcpp_y); in isless()