Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h147 _ConstIterator __end = __ctx.end(); 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()
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_reverse.h39 auto __end = ranges::next(__first, __last); in operator() local
48 auto __end = ranges::next(__first, __last); in operator() local
H A Dequal_range.h43 _Iter __end = _IterOps<_AlgPolicy>::next(__first, __last); in __equal_range() local
/freebsd-src/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.h96 auto __end = __grouping.end() - 1; in __determine_grouping() local
290 _Iterator __end, in __format_integer() argument
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() argument
[all...]
H A Dformat_functions.h247 __handle_replacement_field(_Iterator __begin,_Iterator __end,_ParseCtx & __parse_ctx,_Ctx & __ctx) __handle_replacement_field() argument
305 auto __end = __parse_ctx.end(); __vformat_to() local
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h81 uintptr_t __end = reinterpret_cast<uintptr_t>(&__lcxx_override_end); __is_function_overridden() local
/freebsd-src/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.h176 _LIBCPP_HIDE_FROM_ABI constexpr explicit __sentinel(sentinel_t<_Base> __end) : __end_(std::move(__end)) {} in __sentinel() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dfind_if.h
/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dbounded_iter.h212 __make_bounded_iter(_It __it,_It __begin,_It __end) __make_bounded_iter() argument
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h127 uintptr_t __end = __begin + __s - 1; in cmse_check_address_range() local
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Dcxx_atomic_impl.h41 while (__to != __end) in __cxx_atomic_assign_volatile() local