Home
last modified time | relevance | path

Searched defs:__args (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h69 …] _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&... __args) { in make_format_args()
75 …P_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&... __args) { in make_wformat_args()
425 …E _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
432 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
439 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to()
446 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
454 …_ALWAYS_INLINE inline _LIBCPP_HIDE_FROM_ABI string vformat(string_view __fmt, format_args __args) { in vformat()
465 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
474 format(format_string<_Args...> __fmt, _Args&&... __args) { in format()
481 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
[all …]
H A Dformat_arg_store.h209 …orage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... __args) noexcept { in __create_packed_storage()
226 …_ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&... __args) noexcept { in __store_basic_format_arg()
H A Dformat_context.h64 …t_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dprint.h31 __vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args, bool __write_nl) { in __vprint_nonunicode()
75 …HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args) { in vprint_nonunicode()
96 _LIBCPP_HIDE_FROM_ABI void __vprint_unicode(ostream& __os, string_view __fmt, format_args __args, b… in __vprint_unicode()
138 …PP_HIDE_FROM_ABI inline void vprint_unicode(ostream& __os, string_view __fmt, format_args __args) { in vprint_unicode()
144 _LIBCPP_HIDE_FROM_ABI void print(ostream& __os, format_string<_Args...> __fmt, _Args&&... __args) { in print()
156 …IBCPP_HIDE_FROM_ABI void println(ostream& __os, format_string<_Args...> __fmt, _Args&&... __args) { in println()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h89 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to()
196 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to()
205 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
223 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
H A Dsingle_view.h62 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view()
H A Dnon_propagating_cache.h102 __emplace(_Args &&...__args) __emplace() argument
H A Dmovable_box.h62 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dhandle_exception.h29 _LIBCPP_HIDE_FROM_ABI auto __handle_exception_impl(_Args&&... __args) noexcept { in __handle_exception_impl()
44 _LIBCPP_HIDE_FROM_ABI auto __handle_exception(_Args&&... __args) { in __handle_exception()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke() argument
39 static_cast<void>(std::invoke(std::forward<_Fn>(__f), std::forward<_Args>(__args)...)); in invoke_r() argument
H A Dbind_front.h46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h55 __user_alloc_construct_impl(integral_constant<int,0>,_Tp * __storage,const _Allocator &,_Args &&...__args) __user_alloc_construct_impl() argument
63 __user_alloc_construct_impl(integral_constant<int,1>,_Tp * __storage,const _Allocator & __a,_Args &&...__args) __user_alloc_construct_impl() argument
71 __user_alloc_construct_impl(integral_constant<int,2>,_Tp * __storage,const _Allocator & __a,_Args &&...__args) __user_alloc_construct_impl() argument
H A Dinout_ptr.h41 _LIBCPP_HIDE_FROM_ABI explicit inout_ptr_t(_Smart& __smart, _Args... __args) in inout_ptr_t()
98 _LIBCPP_HIDE_FROM_ABI auto inout_ptr(_Smart& __s, _Args&&... __args) { in inout_ptr()
H A Dout_ptr.h41 _LIBCPP_HIDE_FROM_ABI explicit out_ptr_t(_Smart& __smart, _Args... __args) in out_ptr_t()
90 _LIBCPP_HIDE_FROM_ABI auto out_ptr(_Smart& __s, _Args&&... __args) { in out_ptr()
H A Dconstruct_at.h39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at()
47 …DE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
H A Duses_allocator_construction.h45 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args()
205 …IDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator()
212 __uninitialized_construct_using_allocator(_Type* __ptr, const _Alloc& __alloc, _Args&&... __args) { in __uninitialized_construct_using_allocator()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h47 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread()
116 …DE_FROM_ABI static thread __init_thread(const stop_source& __ss, _Fun&& __fun, _Args&&... __args) { in __init_thread()
/freebsd/contrib/llvm-project/libcxx/include/__concepts/
H A Dinvocable.h27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires() argument
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h82 _LIBCPP_HIDE_FROM_ABI void __construct(_Args&&... __args) { in __construct()
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dfrom_chars_integral.h42 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator()
99 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h73 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()