Home
last modified time | relevance | path

Searched defs:__begin (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_string.h59 __parse_zero(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_zero() argument
66 __parse_automatic(_Iterator __begin, _Iterator, auto& __parse_ctx) { in __parse_automatic() argument
75 __parse_manual(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_manual()
91 __parse_number(_Iterator __begin, _Iterator __end_input) { in __parse_number()
135 __parse_arg_id(_Iterator __begin, _Iterator __end, auto& __parse_ctx) { in __parse_arg_id()
H A Dformatter_integral.h217 _Iterator __begin, in __write_using_decimal_separators()
290 _Iterator __begin, in __format_integer()
H A Dformatter_tuple.h51 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_tuple); in parse() local
H A Drange_formatter.h57 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_range); 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()
305 auto __begin = __parse_ctx.begin(); in __vformat_to() local
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h149 _ConstIterator __begin = __parser_.__parse(__ctx, __fields); 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/src/experimental/
H A Dtzdb_list.cpp27 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::__begin() const noexce… in __begin() function in chrono::tzdb_list
H A Dtime_zone.cpp368 sys_seconds __begin, in __get_sys_info_before_first_rule()
384 sys_seconds __begin, in __get_sys_info_before_first_rule()
540 …if (sys_seconds __begin = __rule->__save.__time != 0s ? __rule_begin : __next.first; __time < __be… in __get_sys_info_rule() local
893 sys_seconds __begin = __sys_info->__info.begin - __sys_info->__info.offset; in __get_info() local
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h76 const_iterator __begin() const noexcept { in __begin() function
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dstatic_bounded_iter.h47 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Iterator __begin() const _NOEXCEPT { return _… in __begin() 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/__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/__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/libcxx/include/__algorithm/
H A Dsort.h500 …const _RandomAccessIterator __begin = __first; // used for bounds checking, those are not moved ar… in __bitset_partition() local
592 …const _RandomAccessIterator __begin = __first; // used for bounds checking, those are not moved ar… in __partition_with_equals_on_right() local
659 …const _RandomAccessIterator __begin = __first; // used for bounds checking, those are not moved ar… in __partition_with_equals_on_left() local
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h484 _BidirIter __begin = __it; in __uninitialized_allocator_fill_n_multidimensional() local
502 _BidirIter __begin = __it; in __uninitialized_allocator_value_construct_n_multidimensional() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h126 uintptr_t __begin = (uintptr_t)__pb; in cmse_check_address_range() local
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dalgorithm_impl.h