Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h71 …] _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&... __args) { in make_format_args()
77 …P_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&... __args) { in make_wformat_args()
427 …E _LIBCPP_HIDE_FROM_ABI _OutIt vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
434 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
441 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to()
448 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
460 …gs<basic_format_context<back_insert_iterator<__format::__output_buffer<_CharT>>, _CharT>> __args) { in __try_constant_folding() argument
490 …_ALWAYS_INLINE inline _LIBCPP_HIDE_FROM_ABI string vformat(string_view __fmt, format_args __args) { in vformat()
504 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
516 format(format_string<_Args...> __fmt, _Args&&... __args) { in format()
[all …]
H A Dformat_arg_store.h220 …orage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, _Args&... __args) noexcept { in __create_packed_storage()
237 …_ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&... __args) noexcept { in __store_basic_format_arg()
H A Dformat_context.h63 …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.h34 __vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args, bool __write_nl) { in __vprint_nonunicode()
68 …HIDE_FROM_ABI inline void vprint_nonunicode(ostream& __os, string_view __fmt, format_args __args) { in vprint_nonunicode()
89 _LIBCPP_HIDE_FROM_ABI void __vprint_unicode(ostream& __os, string_view __fmt, format_args __args, b… in __vprint_unicode()
131 …PP_HIDE_FROM_ABI inline void vprint_unicode(ostream& __os, string_view __fmt, format_args __args) { in vprint_unicode()
137 _LIBCPP_HIDE_FROM_ABI void print(ostream& __os, format_string<_Args...> __fmt, _Args&&... __args) { in print()
149 …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.h81 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to()
199 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to()
208 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
226 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
H A Dsingle_view.h63 _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.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.h31 _LIBCPP_HIDE_FROM_ABI auto __handle_exception_impl(_Args&&... __args) noexcept { in __handle_exception_impl()
46 _LIBCPP_HIDE_FROM_ABI auto __handle_exception(_Args&&... __args) { in __handle_exception()
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h28 invoke(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_v<_Fn, _Args...>) { in invoke()
38 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r()
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.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 Dinout_ptr.h42 _LIBCPP_HIDE_FROM_ABI explicit inout_ptr_t(_Smart& __smart, _Args... __args) in inout_ptr_t()
99 _LIBCPP_HIDE_FROM_ABI auto inout_ptr(_Smart& __s, _Args&&... __args) { in inout_ptr()
H A Dout_ptr.h42 _LIBCPP_HIDE_FROM_ABI explicit out_ptr_t(_Smart& __smart, _Args... __args) in out_ptr_t()
91 _LIBCPP_HIDE_FROM_ABI auto out_ptr(_Smart& __s, _Args&&... __args) { in out_ptr()
H A Dconstruct_at.h36 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at()
44 …DE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
/freebsd/contrib/llvm-project/libcxx/include/__new/
H A Dallocate.h35 _LIBCPP_HIDE_FROM_ABI void* __libcpp_operator_new(_Args... __args) { in __libcpp_operator_new()
44 _LIBCPP_HIDE_FROM_ABI void __libcpp_operator_delete(_Args... __args) _NOEXCEPT { in __libcpp_operator_delete()
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h49 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread()
118 …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/__locale_dir/support/
H A Dfuchsia.h133 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__printf__, 4, 5) int __snprintf( in __snprintf()
139 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__printf__, 3, 4) int __asprintf( in __asprintf()
145 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__scanf__, 3, 4) int __sscanf( in __sscanf()
H A Dbsd_like.h206 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__printf__, 4, 5) int __snprintf( in __snprintf()
212 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__printf__, 3, 4) int __asprintf( in __asprintf()
218 _LIBCPP_HIDE_FROM_ABI _LIBCPP_VARIADIC_ATTRIBUTE_FORMAT(__scanf__, 3, 4) int __sscanf( in __sscanf()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h84 _LIBCPP_HIDE_FROM_ABI void __construct(_Args&&... __args) { in __construct()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dconstruct_at.h37 _LIBCPP_HIDE_FROM_ABI _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
/freebsd/contrib/llvm-project/libcxx/include/__flat_map/
H A Dflat_map.h523 …IBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 pair<iterator, bool> emplace(_Args&&... __args) { in emplace()
530 …ABI _LIBCPP_CONSTEXPR_SINCE_CXX26 iterator emplace_hint(const_iterator __hint, _Args&&... __args) { in emplace_hint()
622 try_emplace(const key_type& __key, _Args&&... __args) { in try_emplace()
629 try_emplace(key_type&& __key, _Args&&... __args) { in try_emplace()
637 …BI _LIBCPP_CONSTEXPR_SINCE_CXX26 pair<iterator, bool> try_emplace(_Kp&& __key, _Args&&... __args) { in try_emplace()
644 try_emplace(const_iterator __hint, const key_type& __key, _Args&&... __args) { in try_emplace()
651 try_emplace(const_iterator __hint, key_type&& __key, _Args&&... __args) { in try_emplace()
658 try_emplace(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in try_emplace()
1047 __try_emplace_hint(const_iterator __hint, _Kp&& __key, _Args&&... __args) { in __try_emplace_hint()
/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()

12