Searched defs:minmax (Results 1 – 3 of 3) sorted by relevance
28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in minmax() function 34 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in minmax() function 42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() function 51 minmax(initializer_list<_Tp> __t) { in minmax() function
30 template <typename _Tp> pair<_Tp, _Tp> minmax(initializer_list<_Tp> __l) {}; in minmax() function
74 const char *minmax; in verify_point() local