Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A Dmath.h699 __libcpp_islessequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in __libcpp_islessequal() function
717 return __libcpp_islessequal((type)__lcpp_x, (type)__lcpp_y); in islessequal()