Home
last modified time | relevance | path

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

/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() argument
91 __parse_number(_Iterator __begin, _Iterator __end_input) { in __parse_number() argument
135 __parse_arg_id(_Iterator __begin,_Iterator __end,auto & __parse_ctx) __parse_arg_id() argument
[all...]
H A Dformatter_tuple.h51 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_tuple); in parse() local
H A Dformatter_integral.h216 __write_using_decimal_separators(_OutIt __out_it,_Iterator __begin,_Iterator __first,_Iterator __last,string && __grouping,_CharT __sep,__format_spec::__parsed_specifications<_CharT> __specs) __write_using_decimal_separators() argument
289 __format_integer(_Tp __value,_FormatContext & __ctx,__format_spec::__parsed_specifications<_CharT> __specs,bool __negative,_Iterator __begin,_Iterator __end,const char * __prefix,int __base) __format_integer() argument
[all...]
H A Drange_formatter.h57 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_range); in parse() local
[all...]
H A Dbuffer.h239 _LIBCPP_HIDE_FROM_ABI _CharT* __begin() { return __buffer_; } __begin() function
H A Dparser_std_format_spec.h68 __parse_arg_id(_Iterator __begin, _Iterator __end, _ParseContext& __ctx) { in __parse_arg_id() argument
[all...]
H A Dformat_functions.h246 __handle_replacement_field(_Iterator __begin,_Iterator __end,_ParseCtx & __parse_ctx,_Ctx & __ctx) __handle_replacement_field() argument
303 auto __begin = __parse_ctx.begin(); __vformat_to() local
[all...]
/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h146 _ConstIterator __begin = __parser_.__parse(__ctx, __fields); __parse() local
162 __parse_chrono_specs(_ConstIterator __begin,_ConstIterator __end,__flags __flags) __parse_chrono_specs() argument
195 __parse_conversion_spec(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_conversion_spec() argument
311 __parse_modifier_E(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_modifier_E() argument
351 __parse_modifier_O(_ConstIterator & __begin,_ConstIterator __end,__flags __flags) __parse_modifier_O() argument
[all...]
/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() argument
375 sys_seconds __begin, in __get_sys_info_before_first_rule() argument
531 if (sys_seconds __begin = __rule->__save.__time != 0s ? __rule_begin : __next.first; __time < __begin) { in __get_sys_info_rule() local
884 sys_seconds __begin = __sys_info->__info.begin - __sys_info->__info.offset; in __get_info() local
[all...]
/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtzdb_list_private.h76 const_iterator __begin() const noexcept { in __begin() function
/llvm-project/clang/test/CodeGenCXX/
H A Dfor-range-temporaries.cpp84 for (auto __begin = begin(__range), __end = end(__range); in for_temps() local
/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfind_if.h67 __simd_first(_Index __first,_DifferenceType __begin,_DifferenceType __end,_Compare __comp) __simd_first() argument
[all...]
/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h233 __make_bounded_iter(_It __it,_It __begin,_It __end) __make_bounded_iter() argument
/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h482 _BidirIter __begin = __it; __uninitialized_allocator_fill_n_multidimensional() local
500 _BidirIter __begin = __it; __uninitialized_allocator_value_construct_n_multidimensional() local
/llvm-project/clang/lib/Headers/
H A Darm_cmse.h126 uintptr_t __begin = (uintptr_t)__pb; in cmse_check_address_range() local
/llvm-project/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
H A Dp1.cpp91 A __begin; in g() local
/llvm-project/pstl/include/pstl/internal/
H A Dunseq_backend_simd.h106 __simd_first(_Index __first, _DifferenceType __begin, _DifferenceType __end, _Compare __comp) noexc… in __simd_first()
H A Dalgorithm_impl.h1954 _RandomAccessIterator __begin; in __pattern_partition() member
2054 _RandomAccessIterator __begin; in __pattern_stable_partition() member
3469 __is_heap_until_local(_RandomAccessIterator __first, _DifferenceType __begin, _DifferenceType __end… in __is_heap_until_local()
3485 __is_heap_until_local(_RandomAccessIterator __first, _DifferenceType __begin, _DifferenceType __end… in __is_heap_until_local()