Home
last modified time | relevance | path

Searched defs:greater_equal (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dlibstdcxx_libcxx_less_hack.cpp11 template<typename T = void> struct greater_equal {}; struct
37 template<> struct greater_equal<> { struct
39 auto operator()(T1 &&t, T2 &&u) const noexcept(noexcept(t >= u)) in operator ()()
/llvm-project/libcxx/include/__functional/
H A Dranges_operations.h84 struct greater_equal { struct
87 operatorgreater_equal operator() argument
92 is_transparentgreater_equal global() argument
/llvm-project/libcxx/test/std/utilities/ratio/ratio.comparison/
H A DR1_R2_requirement.verify.cpp73 namespace greater_equal { namespace