Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A Dcompare144 #include <__compare/common_comparison_category.h>
146 #include <__compare/compare_strong_order_fallback.h>
147 #include <__compare/compare_three_way.h>
148 #include <__compare/compare_three_way_result.h>
149 #include <__compare/compare_weak_order_fallback.h>
150 #include <__compare/is_eq.h>
151 #include <__compare/ordering.h>
152 #include <__compare/partial_order.h>
153 #include <__compare/strong_order.h>
154 #include <__compare/three_way_comparable.h>
[all …]
H A DCMakeLists.txt224 __compare/common_comparison_category.h
227 __compare/compare_three_way.h
228 __compare/compare_three_way_result.h
229 __compare/compare_weak_order_fallback.h
230 __compare/is_eq.h
231 __compare/ordering.h
232 __compare/partial_order.h
233 __compare/strong_order.h
234 __compare/synth_three_way.h
235 __compare/three_way_comparable.h
[all …]
H A Dmodule.modulemap.in524 module __compare {
525 … module common_comparison_category { private header "__compare/common_comparison_category.h" }
528 module compare_three_way { private header "__compare/compare_three_way.h" }
529 … module compare_three_way_result { private header "__compare/compare_three_way_result.h" }
531 module is_eq { private header "__compare/is_eq.h" }
532 module ordering { private header "__compare/ordering.h" }
533 module partial_order { private header "__compare/partial_order.h" }
534 module strong_order { private header "__compare/strong_order.h" }
535 module synth_three_way { private header "__compare/synth_three_way.h" }
536 module three_way_comparable { private header "__compare/three_way_comparable.h" }
[all …]
H A Dtypeinfo95 int __compare(const type_info &__rhs) const _NOEXCEPT;
105 return __compare(__arg) < 0;
112 return __compare(__arg) == 0;
H A Dfunctional505 #include <__compare/compare_three_way.h>
H A Dtuple205 #include <__compare/common_comparison_category.h>
206 #include <__compare/synth_three_way.h>
/llvm-project-15.0.7/llvm/utils/gn/secondary/libcxx/include/
H A DBUILD.gn285 "__compare/common_comparison_category.h",
288 "__compare/compare_three_way.h",
289 "__compare/compare_three_way_result.h",
290 "__compare/compare_weak_order_fallback.h",
291 "__compare/is_eq.h",
292 "__compare/ordering.h",
293 "__compare/partial_order.h",
294 "__compare/strong_order.h",
295 "__compare/synth_three_way.h",
296 "__compare/three_way_comparable.h",
[all …]
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h881 int __compare(__string_view) const;
894 return __compare(__p.__pn_);
897 return __compare(__s);
900 return __compare(__s);
903 return __compare(__s);
1039 return __lhs.__compare(__rhs.__pn_) == 0;
1042 return __lhs.__compare(__rhs.__pn_) != 0;
1045 return __lhs.__compare(__rhs.__pn_) < 0;
1048 return __lhs.__compare(__rhs.__pn_) <= 0;
1051 return __lhs.__compare(__rhs.__pn_) > 0;
[all …]
/llvm-project-15.0.7/libcxx/src/
H A Dtypeinfo.cpp15 int std::type_info::__compare(const type_info &__rhs) const noexcept { in __compare() function in std::type_info
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp1947 int path::__compare(string_view_t __s) const { in __compare() function in path
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst2532 * - libcxx/include/__compare
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3411 libcxx/include/__compare/is_eq.h