Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h76 make_wformat_args(_Args&... __args) { in make_wformat_args()
456 vformat(string_view __fmt, format_args __args) { in vformat()
467 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
476 format(format_string<_Args...> __fmt, _Args&&... __args) { in format()
483 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
493 basic_format_args<_Context> __args) { in __vformat_to_n()
524 formatted_size(format_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
531 formatted_size(wformat_string<_Args...> __fmt, _Args&&... __args) { in formatted_size()
589 vformat(locale __loc, string_view __fmt, format_args __args) { in vformat()
600 vformat(locale __loc, wstring_view __fmt, wformat_args __args) { in vformat()
[all …]
H A Dformat_arg_store.h210 …orage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... __args) noexcept { in __create_packed_storage()
227 …_ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&... __args) noexcept { in __store_basic_format_arg()
H A Dformat_context.h65 …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/__ranges/
H A Dto.h88 …_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to()
195 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to()
204 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
222 _LIBCPP_NODISCARD_EXT _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.h91 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& __emplace(_Args&&... __args) { in __emplace()
H A Dmovable_box.h64 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box()
/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()
37 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r()
H A Dbind_front.h48 _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.h53 …c_construct_impl(integral_constant<int, 0>, _Tp* __storage, const _Allocator&, _Args&&... __args) { in __user_alloc_construct_impl()
60 …nstruct_impl(integral_constant<int, 1>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl()
67 …nstruct_impl(integral_constant<int, 2>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl()
H A Dconstruct_at.h39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at()
47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _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()
213 …IDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator()
220 __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.h48 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread()
117 …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()
/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.h41 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator()
98 __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.h74 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
/freebsd/contrib/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h126 …ne _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { in call_once()
/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()