Home
last modified time | relevance | path

Searched defs:__end (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h150 _ConstIterator __end = __ctx.end(); in __parse() local
165 __parse_chrono_specs(_ConstIterator __begin, _ConstIterator __end, __flags __flags) { in __parse_chrono_specs()
198 __parse_conversion_spec(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_conversion_spec()
314 __parse_modifier_E(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_modifier_E()
354 __parse_modifier_O(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_modifier_O()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_reverse.h38 auto __end = ranges::next(__first, __last); in operator() local
47 auto __end = ranges::next(__first, __last); in operator() local
H A Dranges_for_each.h51 auto __end = std::__for_each_n(std::move(__first), __n, __func, __proj); in __for_each_impl() local
54 auto __end = std::__for_each(std::move(__first), std::move(__last), __func, __proj); in __for_each_impl() local
H A Dequal_range.h39 _Iter __end = _IterOps<_AlgPolicy>::next(__first, __last); in __equal_range() local
H A Dsort.h501 const _RandomAccessIterator __end = __last; in __bitset_partition() local
593 const _RandomAccessIterator __end = __last; in __partition_with_equals_on_right() local
660 const _RandomAccessIterator __end = __last; in __partition_with_equals_on_left() local
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h75 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_manual()
101 _Iterator __end = __end_input - __begin > 9 ? __begin + 9 : __end_input; in __parse_number() local
135 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id()
H A Dformatter_integral.h97 auto __end = __grouping.end() - 1; in __determine_grouping() local
291 _Iterator __end, in __format_integer()
H A Dformatter_tuple.h53 auto __end = __ctx.end(); in parse() local
H A Drange_formatter.h58 auto __end = __ctx.end(); in parse() local
H A Dparser_std_format_spec.h68 __parse_arg_id(_Iterator __begin, _Iterator __end, _ParseContext& __ctx) { in __parse_arg_id()
H A Dformat_functions.h248 __handle_replacement_field(_Iterator __begin, _Iterator __end, _ParseCtx& __parse_ctx, _Ctx& __ctx)… in __handle_replacement_field()
306 auto __end = __parse_ctx.end(); in __vformat_to() local
/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtzdb_list.cpp30 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::__end() const noexcept… in __end() function in chrono::tzdb_list
H A Dtime_zone.cpp102 auto __end = ranges::end(__r); local
369 sys_seconds __end, in __get_sys_info_before_first_rule()
609 sys_seconds __end = __continuation_end(__rule->__save.__time); in __get_sys_info_rule() local
892 sys_seconds __end = __result->end - __result->offset; in __get_info() local
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h83 uintptr_t __end = reinterpret_cast<uintptr_t>(&__lcxx_override_end); in __is_function_overridden() local
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h82 const_iterator __end() const noexcept { in __end() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dstatic_bounded_iter.h48 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Iterator __end() const _NOEXCEPT { return __b… in __end() function
H A Dbounded_iter.h269 …M_ABI _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It __it, _It __begin, _It __end) { in __make_bounded_iter()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/
H A Dequal_range.h43 _Iter __end = _IterOps<_AlgPolicy>::next(__first, __last); in __equal_range() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfind_if.h68 __simd_first(_Index __first, _DifferenceType __begin, _DifferenceType __end, _Compare __comp) noexc… in __simd_first()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dtake_while_view.h116 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end, const _Pred* __pred) in __sentinel()
H A Dtake_view.h175 …_LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__… in __sentinel()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Dbounded_iter.h225 _LIBCPP_HIDE_FROM_ABI __bounded_iter<_It> __make_bounded_iter(_It __it, _It __begin, _It __end) { in __make_bounded_iter()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h127 uintptr_t __end = __begin + __s - 1; in cmse_check_address_range() local
/freebsd/contrib/llvm-project/libcxx/include/__atomic/support/
H A Dgcc.h40 volatile char* __end = __to + sizeof(_Tp); in __cxx_atomic_assign_volatile() local
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/
H A Dcxx_atomic_impl.h39 volatile char* __end = __to + sizeof(_Tp); in __cxx_atomic_assign_volatile() local

12