Searched defs:__upper_bound (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_upper_bound.h | 33 struct __upper_bound { struct 40 …()(_Iter __first, _Sent __last, const _Type& __value, _Comp __comp = {}, _Proj __proj = {}) const { in operator() 64 inline constexpr auto upper_bound = __upper_bound{}; argument
|
| H A D | upper_bound.h | 37 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__format/ |
| H A D | escaped_output_table.h | 876 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __needs_escape() local
|
| H A D | width_estimation_table.h | 263 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __estimated_width() local
|
| H A D | indic_conjunct_break_table.h | 539 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 2) & 0b1'1111'1111); in __get_property() local
|
| H A D | extended_grapheme_cluster_table.h | 1655 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 4) & 0x7f); in __get_property() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | upper_bound.h | 35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__flat_map/ |
| H A D | flat_multimap.h | 822 _LIBCPP_HIDE_FROM_ABI static _Res __upper_bound(_Self&& __self, _Kp& __x) { in __upper_bound() function
|
| H A D | flat_map.h | 1007 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static _Res __upper_bound(_Self&& __self, _Kp&… in __upper_bound() function
|