Searched refs:greater_equal (Results 1 - 25 of 26) sorted by relevance

12

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
H A Dgreater_equal.pass.cpp12 // greater_equal
20 typedef std::greater_equal<int> F;
27 typedef std::greater_equal<> F2;
37 constexpr bool foo = std::greater_equal<int> () (36, 36);
40 constexpr bool bar = std::greater_equal<> () (36.0, 36);
H A Dtransparent.pass.cpp53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" );
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" );
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dgreater_equal.pass.cpp12 // greater_equal
20 typedef std::greater_equal<int> F;
29 typedef std::greater_equal<> F2;
39 constexpr bool foo = std::greater_equal<int> () (36, 36);
42 constexpr bool bar = std::greater_equal<> () (36.0, 36);
H A Dtransparent.pass.cpp53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" );
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" );
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/comparisons/
H A Dgreater_equal.pass.cpp12 // greater_equal
20 typedef std::greater_equal<int> F;
29 typedef std::greater_equal<> F2;
39 constexpr bool foo = std::greater_equal<int> () (36, 36);
42 constexpr bool bar = std::greater_equal<> () (36.0, 36);
H A Dtransparent.pass.cpp53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" );
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" );
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" );
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" );
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h332 struct greater_equal;
376 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
451 struct greater_equal<void> struct
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h328 struct greater_equal;
372 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
447 struct greater_equal<void> struct
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h332 struct greater_equal;
376 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
451 struct greater_equal<void> struct
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_function.h332 struct greater_equal;
376 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
451 struct greater_equal<void> struct
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h240 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_function.h240 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_function.h240 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_function.h240 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
H A Dbitmap_allocator.h34 #include <functional> // For greater_equal, and less_equal.
296 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))

Completed in 541 milliseconds

12