Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dcompare149 # 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 Dtypeinfo93 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 Dmodule.modulemap.in1041 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 Dvariant218 # 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 Doptional184 # include <__compare/compare_three_way_result.h>
185 # include <__compare/ordering.h>
186 # include <__compare/three_way_comparable.h>
H A D__bit_reference23 #include <__compare/ordering.h>
H A Dtuple216 # 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 Dpath.h634 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 Dck_pr.h245 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 Dtypeinfo.cpp15 int std::type_info::__compare(const type_info& __rhs) const noexcept { in __compare() function in std::type_info
/freebsd/lib/libc++/
H A Dlibcxx.imp289 { 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 Dmodule.modulemap1041 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 DMakefile604 CMPDIR= ${CXXINCLUDEDIR}/__compare
619 CMP+= ${HDRDIR}/__compare/${hdr}
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dtypeinfo88 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 Dmodule.modulemap1165 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 DBSD.include.dist31 __compare
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath.cpp350 int path::__compare(string_view_t __s) const { in __compare() function in path