Home
last modified time | relevance | path

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

/src/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.h216 _Iterator __begin, in __write_using_decimal_separators()
289 _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 Dbuffer.h239 _LIBCPP_HIDE_FROM_ABI _CharT* __begin() { return __buffer_; } in __begin() function
H A Dparser_std_format_spec.h68 __parse_arg_id(_Iterator __begin, _Iterator __end, _ParseContext& __ctx) { in __parse_arg_id()
H A Dformat_functions.h246 __handle_replacement_field(_Iterator __begin, _Iterator __end, _ParseCtx& __parse_ctx, _Ctx& __ctx)… in __handle_replacement_field()
303 auto __begin = __parse_ctx.begin(); in __vformat_to() local
/src/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h146 _ConstIterator __begin = __parser_.__parse(__ctx, __fields); in __parse() local
162 __parse_chrono_specs(_ConstIterator __begin, _ConstIterator __end, __flags __flags) { in __parse_chrono_specs()
195 __parse_conversion_spec(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_conversion_spec()
311 __parse_modifier_E(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_modifier_E()
351 __parse_modifier_O(_ConstIterator& __begin, _ConstIterator __end, __flags __flags) { in __parse_modifier_O()
/src/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.cpp359 sys_seconds __begin, in __get_sys_info_before_first_rule()
375 sys_seconds __begin, in __get_sys_info_before_first_rule()
531 …if (sys_seconds __begin = __rule->__save.__time != 0s ? __rule_begin : __next.first; __time < __be… in __get_sys_info_rule() local
884 sys_seconds __begin = __sys_info->__info.begin - __sys_info->__info.offset; in __get_info() local
/src/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h76 const_iterator __begin() const noexcept { in __begin() function
/src/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfind_if.h67 __simd_first(_Index __first, _DifferenceType __begin, _DifferenceType __end, _Compare __comp) noexc… in __simd_first()
/src/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h259 …M_ABI _LIBCPP_CONSTEXPR __bounded_iter<_It> __make_bounded_iter(_It __it, _It __begin, _It __end) { in __make_bounded_iter()
/src/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h482 _BidirIter __begin = __it; in __uninitialized_allocator_fill_n_multidimensional() local
500 _BidirIter __begin = __it; in __uninitialized_allocator_value_construct_n_multidimensional() local
/src/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h126 uintptr_t __begin = (uintptr_t)__pb; in cmse_check_address_range() local