/llvm-project/libcxx/include/__format/ |
H A D | format_string.h | 59 __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 D | formatter_tuple.h | 51 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_tuple); in parse() local
|
H A D | formatter_integral.h | 216 __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 D | range_formatter.h | 57 auto __begin = __parser_.__parse(__ctx, __format_spec::__fields_range); in parse() local [all...] |
H A D | buffer.h | 239 _LIBCPP_HIDE_FROM_ABI _CharT* __begin() { return __buffer_; } __begin() function
|
H A D | parser_std_format_spec.h | 68 __parse_arg_id(_Iterator __begin, _Iterator __end, _ParseContext& __ctx) { in __parse_arg_id() argument [all...] |
H A D | format_functions.h | 246 __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 D | parser_std_format_spec.h | 146 _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 D | tzdb_list.cpp | 27 [[nodiscard]] _LIBCPP_EXPORTED_FROM_ABI tzdb_list::const_iterator tzdb_list::__begin() const noexce… in __begin() function in chrono::tzdb_list
|
H A D | time_zone.cpp | 359 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 D | tzdb_list_private.h | 76 const_iterator __begin() const noexcept { in __begin() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | for-range-temporaries.cpp | 84 for (auto __begin = begin(__range), __end = end(__range); in for_temps() local
|
/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | find_if.h | 67 __simd_first(_Index __first,_DifferenceType __begin,_DifferenceType __end,_Compare __comp) __simd_first() argument [all...] |
/llvm-project/libcxx/include/__iterator/ |
H A D | bounded_iter.h | 233 __make_bounded_iter(_It __it,_It __begin,_It __end) __make_bounded_iter() argument
|
/llvm-project/libcxx/include/__memory/ |
H A D | uninitialized_algorithms.h | 482 _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 D | arm_cmse.h | 126 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 D | p1.cpp | 91 A __begin; in g() local
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | unseq_backend_simd.h | 106 __simd_first(_Index __first, _DifferenceType __begin, _DifferenceType __end, _Compare __comp) noexc… in __simd_first()
|
H A D | algorithm_impl.h | 1954 _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()
|