| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | format_functions.h | 72 _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&&... __args) { in make_format_args() 78 …_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&&... __args) { in make_wformat_args() 416 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to() 423 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() 430 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 438 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 448 vformat(string_view __fmt, format_args __args) { in vformat() 459 vformat(wstring_view __fmt, wformat_args __args) { in vformat() 467 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI string format(format_string<_Args...> __fmt, in format() 475 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format() [all …]
|
| D | format_arg_store.h | 200 …M_ABI void __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, in __create_packed_storage() 218 …ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&&... __args) noexcept { in __store_basic_format_arg()
|
| D | format_context.h | 65 basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__expected/ |
| D | expected.h | 230 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t, _Args&&... __args) in expected() 239 expected(in_place_t, initializer_list<_Up> __il, _Args&&... __args) in expected() 247 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected() 256 expected(unexpect_t, initializer_list<_Up> __il, _Args&&... __args) in expected() 280 …FROM_ABI static constexpr void __reinit_expected(_T1& __newval, _T2& __oldval, _Args&&... __args) { in __reinit_expected() 414 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& emplace(_Args&&... __args) noexcept { in emplace() 426 …BCPP_HIDE_FROM_ABI constexpr _Tp& emplace(initializer_list<_Up> __il, _Args&&... __args) noexcept { in emplace() 751 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected() 759 …IDE_FROM_ABI constexpr explicit expected(unexpect_t, initializer_list<_Up> __il, _Args&&... __args) in expected()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | allocator_arg_t.h | 55 …construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args ) in __user_alloc_construct_impl() 63 …struct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) in __user_alloc_construct_impl() 71 …struct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) in __user_alloc_construct_impl()
|
| D | uses_allocator_construction.h | 38 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args() 181 …IDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator() 188 __uninitialized_construct_using_allocator(_Type* __ptr, const _Alloc& __alloc, _Args&&... __args) { in __uninitialized_construct_using_allocator()
|
| D | construct_at.h | 36 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() 44 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
| D | copyable_box.h | 51 constexpr explicit __copyable_box(in_place_t, _Args&& ...__args) in __copyable_box() 126 constexpr explicit __copyable_box(in_place_t, _Args&& ...__args) in __copyable_box()
|
| D | single_view.h | 52 constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view()
|
| D | non_propagating_cache.h | 102 constexpr _Tp& __emplace(_Args&& ...__args) { in __emplace()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__concepts/ |
| D | invocable.h | 27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__functional/ |
| D | bind_front.h | 49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
|
| /external/clang/test/PCH/ |
| D | cxx-variadic-templates.h | 14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/ |
| D | from_chars_integral.h | 41 __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()
|
| /external/libabigail/tests/data/test-diff-dwarf/ |
| D | test42-PR21296-clanggcc.cc | 219 forward_as_tuple(_Elements&&... __args) noexcept in forward_as_tuple() 235 my_forward_as_tuple(_Elements&&... __args) noexcept in my_forward_as_tuple()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ |
| D | filesystem_error.h | 92 void __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/ |
| D | polymorphic_allocator.h | 116 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()
|