| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 149 # include <__compare/common_comparison_category.h> 150 # include <__compare/compare_partial_order_fallback.h> 151 # include <__compare/compare_strong_order_fallback.h> 152 # include <__compare/compare_three_way.h> 153 # include <__compare/compare_three_way_result.h> 154 # include <__compare/compare_weak_order_fallback.h> 155 # include <__compare/is_eq.h> 156 # include <__compare/ordering.h> 157 # include <__compare/partial_order.h> 158 # include <__compare/strong_order.h> [all …]
|
| H A D | typeinfo | 93 int __compare(const type_info& __rhs) const _NOEXCEPT; 100 …_LIBCPP_HIDE_FROM_ABI bool before(const type_info& __arg) const _NOEXCEPT { return __compare(__arg… 110 return __compare(__arg) == 0;
|
| H A D | module.modulemap.in | 1041 module common_comparison_category { header "__compare/common_comparison_category.h" } 1042 module compare_partial_order_fallback { header "__compare/compare_partial_order_fallback.h" } 1043 module compare_strong_order_fallback { header "__compare/compare_strong_order_fallback.h" } 1044 module compare_three_way { header "__compare/compare_three_way.h" } 1045 module compare_three_way_result { header "__compare/compare_three_way_result.h" } 1046 module compare_weak_order_fallback { header "__compare/compare_weak_order_fallback.h" } 1047 module is_eq { header "__compare/is_eq.h" } 1048 module ordering { header "__compare/ordering.h" } 1049 module partial_order { header "__compare/partial_order.h" } 1050 module strong_order { header "__compare/strong_order.h" } [all …]
|
| H A D | variant | 218 # include <__compare/common_comparison_category.h> 219 # include <__compare/compare_three_way_result.h> 220 # include <__compare/ordering.h> 221 # include <__compare/three_way_comparable.h>
|
| H A D | optional | 184 # include <__compare/compare_three_way_result.h> 185 # include <__compare/ordering.h> 186 # include <__compare/three_way_comparable.h>
|
| H A D | __bit_reference | 23 #include <__compare/ordering.h>
|
| H A D | tuple | 216 # include <__compare/common_comparison_category.h> 217 # include <__compare/ordering.h> 218 # include <__compare/synth_three_way.h>
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | path.h | 634 return __lhs.__compare(__rhs.__pn_) == 0; 638 return __lhs.__compare(__rhs.__pn_) != 0; 641 return __lhs.__compare(__rhs.__pn_) < 0; 644 return __lhs.__compare(__rhs.__pn_) <= 0; 647 return __lhs.__compare(__rhs.__pn_) > 0; 650 return __lhs.__compare(__rhs.__pn_) >= 0; 654 return __lhs.__compare(__rhs.__pn_) <=> 0; 781 int __compare(__string_view) const; 793 _LIBCPP_HIDE_FROM_ABI int compare(const path& __p) const noexcept { return __compare(__p.__pn_); } 794 _LIBCPP_HIDE_FROM_ABI int compare(const string_type& __s) const { return __compare(__s); } [all …]
|
| /freebsd/sys/contrib/ck/include/gcc/arm/ |
| H A D | ck_pr.h | 245 uint64_t __compare = ((uint64_t)_compare[0]) | ((uint64_t)_compare[1] << 32); local 249 __compare, 289 uint64_t __compare = ((uint64_t)_compare[0]) | ((uint64_t)_compare[1] << 32); in CK_PR_DOUBLE_CAS() local 292 __compare, in CK_PR_DOUBLE_CAS()
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | typeinfo.cpp | 15 int std::type_info::__compare(const type_info& __rhs) const noexcept { in __compare() function in std::type_info
|
| /freebsd/lib/libc++/ |
| H A D | libcxx.imp | 289 { include: [ "<__compare/common_comparison_category.h>", "private", "<compare>", "public" ] }, 290 { include: [ "<__compare/compare_partial_order_fallback.h>", "private", "<compare>", "public" ] }, 291 { include: [ "<__compare/compare_strong_order_fallback.h>", "private", "<compare>", "public" ] }, 292 { include: [ "<__compare/compare_three_way.h>", "private", "<compare>", "public" ] }, 293 { include: [ "<__compare/compare_three_way_result.h>", "private", "<compare>", "public" ] }, 294 { include: [ "<__compare/compare_weak_order_fallback.h>", "private", "<compare>", "public" ] }, 295 { include: [ "<__compare/is_eq.h>", "private", "<compare>", "public" ] }, 296 { include: [ "<__compare/ordering.h>", "private", "<compare>", "public" ] }, 297 { include: [ "<__compare/partial_order.h>", "private", "<compare>", "public" ] }, 298 { include: [ "<__compare/strong_order.h>", "private", "<compare>", "public" ] }, [all …]
|
| H A D | module.modulemap | 1041 module common_comparison_category { header "__compare/common_comparison_category.h" } 1042 module compare_partial_order_fallback { header "__compare/compare_partial_order_fallback.h" } 1043 module compare_strong_order_fallback { header "__compare/compare_strong_order_fallback.h" } 1044 module compare_three_way { header "__compare/compare_three_way.h" } 1045 module compare_three_way_result { header "__compare/compare_three_way_result.h" } 1046 module compare_weak_order_fallback { header "__compare/compare_weak_order_fallback.h" } 1047 module is_eq { header "__compare/is_eq.h" } 1048 module ordering { header "__compare/ordering.h" } 1049 module partial_order { header "__compare/partial_order.h" } 1050 module strong_order { header "__compare/strong_order.h" } [all …]
|
| H A D | Makefile | 604 CMPDIR= ${CXXINCLUDEDIR}/__compare 619 CMP+= ${HDRDIR}/__compare/${hdr}
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | typeinfo | 88 int __compare(const type_info& __rhs) const _NOEXCEPT; 95 …_LIBCPP_HIDE_FROM_ABI bool before(const type_info& __arg) const _NOEXCEPT { return __compare(__arg… 105 return __compare(__arg) == 0;
|
| H A D | module.modulemap | 1165 module cxx03_std_private_compare_common_comparison_category [system] { header "__compare/common… 1166 module cxx03_std_private_compare_compare_partial_order_fallback [system] { header "__compare/compar… 1167 module cxx03_std_private_compare_compare_strong_order_fallback [system] { header "__compare/compar… 1168 module cxx03_std_private_compare_compare_three_way [system] { header "__compare/compar… 1169 module cxx03_std_private_compare_compare_three_way_result [system] { header "__compare/compar… 1170 module cxx03_std_private_compare_compare_weak_order_fallback [system] { header "__compare/compar… 1171 module cxx03_std_private_compare_is_eq [system] { header "__compare/is_eq.… 1172 module cxx03_std_private_compare_ordering [system] { header "__compare/orderi… 1173 module cxx03_std_private_compare_partial_order [system] { header "__compare/partia… 1174 module cxx03_std_private_compare_strong_order [system] { header "__compare/strong… [all …]
|
| /freebsd/etc/mtree/ |
| H A D | BSD.include.dist | 31 __compare
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | path.cpp | 350 int path::__compare(string_view_t __s) const { in __compare() function in path
|