Home
last modified time | relevance | path

Searched defs:__upper_bound (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_upper_bound.h33 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 Dupper_bound.h37 __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 Descaped_output_table.h876 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __needs_escape() local
H A Dwidth_estimation_table.h263 uint32_t __upper_bound = (__entries[__i] >> 14) + (__entries[__i] & 0x3fffu); in __estimated_width() local
H A Dindic_conjunct_break_table.h539 uint32_t __upper_bound = (__entries[__i] >> 11) + ((__entries[__i] >> 2) & 0b1'1111'1111); in __get_property() local
H A Dextended_grapheme_cluster_table.h1655 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 Dupper_bound.h35 __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 Dflat_multimap.h822 _LIBCPP_HIDE_FROM_ABI static _Res __upper_bound(_Self&& __self, _Kp& __x) { in __upper_bound() function
H A Dflat_map.h1007 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 static _Res __upper_bound(_Self&& __self, _Kp&… in __upper_bound() function