Home
last modified time | relevance | path

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

/llvm-project/libcxx/modules/std/
H A Dutility.inc93 namespace rel_ops {
94 using rel_ops::operator!=;
95 using rel_ops::operator>;
96 using rel_ops::operator<=;
97 using rel_ops::operator>=;
98 } // namespace rel_ops
/llvm-project/clang/test/Index/
H A Dload-namespaces.cpp4 namespace rel_ops { namespace
27 namespace my_rel_ops = std::rel_ops;
/llvm-project/libcxx/test/std/utilities/utility/operators/
H A Drel_ops.pass.cpp9 // test rel_ops
41 using namespace std::rel_ops; in main()
/llvm-project/libcxx/include/__utility/
H A Drel_ops.h20 namespace rel_ops {
42 } // namespace rel_ops
/llvm-project/libcxx/test/std/containers/
H A Diterator.rel_ops.compile.pass.cpp13 // Make sure the various containers' iterators are not broken by the use of `std::rel_ops`.
15 #include <utility> // for std::rel_ops
39 using namespace std::rel_ops;
72 // Test subtraction too, even though std::rel_ops shouldn't affect it. in test_lt()
84 // presence of std::rel_ops, and neither can Microsoft nor libstdc++. in test_forward()
/llvm-project/libcxx/include/
H A Dutility25 namespace rel_ops
259 # include <__utility/rel_ops.h>
H A DCMakeLists.txt904 __utility/rel_ops.h
1932 __cxx03/__utility/rel_ops.h
H A Dmodule.modulemap2074 module rel_ops { header "__utility/rel_ops.h" }
/llvm-project/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn1265 "__cxx03/__utility/rel_ops.h",
1867 "__utility/rel_ops.h",