| /freebsd-head/contrib/llvm-project/libcxx/include/__format/ |
| HD | format_functions.h | 69 …] _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 …]
|
| HD | format_arg_store.h | 209 …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()
|
| HD | format_context.h | 64 …t_context_create(_OutIt __out_it, basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__ostream/ |
| HD | print.h | 31 __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-head/contrib/llvm-project/libcxx/include/__ranges/ |
| HD | to.h | 89 [[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()
|
| HD | single_view.h | 62 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view()
|
| HD | non_propagating_cache.h | 91 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& __emplace(_Args&&... __args) { in __emplace()
|
| HD | movable_box.h | 62 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__pstl/ |
| HD | handle_exception.h | 29 _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-head/contrib/llvm-project/libcxx/include/__functional/ |
| HD | invoke.h | 27 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()
|
| HD | bind_front.h | 46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__memory/ |
| HD | allocator_arg_t.h | 53 …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()
|
| HD | inout_ptr.h | 41 _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()
|
| HD | out_ptr.h | 41 _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()
|
| HD | construct_at.h | 39 _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()
|
| HD | uses_allocator_construction.h | 45 __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-head/contrib/llvm-project/libcxx/include/__thread/ |
| HD | jthread.h | 47 _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-head/contrib/llvm-project/libcxx/include/__concepts/ |
| HD | invocable.h | 27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__utility/ |
| HD | small_buffer.h | 82 _LIBCPP_HIDE_FROM_ABI void __construct(_Args&&... __args) { in __construct()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__charconv/ |
| HD | from_chars_integral.h | 42 __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-head/contrib/llvm-project/libcxx/include/__filesystem/ |
| HD | filesystem_error.h | 73 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__mutex/ |
| HD | once_flag.h | 126 …ne _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { in call_once()
|
| /freebsd-head/contrib/llvm-project/libcxx/include/__memory_resource/ |
| HD | polymorphic_allocator.h | 119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()
|