Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__format/
H A Dformat_functions.h69 return std::__format_arg_store<_Context, _Args...>(__args...); in make_format_args() argument
75 return std::__format_arg_store<wformat_context, _Args...>(__args...); in make_wformat_args() argument
425 vformat_to(_OutIt __out_it,string_view __fmt,format_args __args) vformat_to() argument
432 vformat_to(_OutIt __out_it,wstring_view __fmt,wformat_args __args) vformat_to() argument
439 format_to(_OutIt __out_it,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
446 format_to(_OutIt __out_it,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
454 vformat(string_view __fmt,format_args __args) vformat() argument
465 vformat(wstring_view __fmt,wformat_args __args) vformat() argument
474 format(format_string<_Args...> __fmt,_Args &&...__args) format() argument
481 format(wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
491 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
500 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
507 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
513 __vformatted_size(basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
522 formatted_size(format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
529 formatted_size(wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
557 vformat_to(_OutIt __out_it,locale __loc,string_view __fmt,format_args __args) vformat_to() argument
564 vformat_to(_OutIt __out_it,locale __loc,wstring_view __fmt,wformat_args __args) vformat_to() argument
571 format_to(_OutIt __out_it,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to() argument
578 format_to(_OutIt __out_it,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to() argument
587 vformat(locale __loc,string_view __fmt,format_args __args) vformat() argument
598 vformat(locale __loc,wstring_view __fmt,wformat_args __args) vformat() argument
607 format(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format() argument
614 format(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format() argument
625 __vformat_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,basic_string_view<_CharT> __fmt,basic_format_args<_Context> __args) __vformat_to_n() argument
634 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,format_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
642 format_to_n(_OutIt __out_it,iter_difference_t<_OutIt> __n,locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) format_to_n() argument
650 __vformatted_size(locale __loc,basic_string_view<_CharT> __fmt,auto __args) __vformatted_size() argument
660 formatted_size(locale __loc,format_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
667 formatted_size(locale __loc,wformat_string<_Args...> __fmt,_Args &&...__args) formatted_size() argument
[all...]
H A Dformat_arg_store.h209 __create_packed_storage(uint64_t & __types,__basic_format_arg_value<_Context> * __values,_Args &...__args) __create_packed_storage() argument
226 __store_basic_format_arg(basic_format_arg<_Context> * __data,_Args &...__args) __store_basic_format_arg() argument
H A Dformat_context.h64 return std::basic_format_context(std::move(__out_it), __args); in __format_context_create() argument
/llvm-project/libcxx/include/__ostream/
H A Dprint.h31 __vprint_nonunicode(ostream & __os,string_view __fmt,format_args __args,bool __write_nl) __vprint_nonunicode() argument
75 vprint_nonunicode(ostream & __os,string_view __fmt,format_args __args) vprint_nonunicode() argument
96 __vprint_unicode(ostream & __os,string_view __fmt,format_args __args,bool __write_nl) __vprint_unicode() argument
138 vprint_unicode(ostream & __os,string_view __fmt,format_args __args) vprint_unicode() argument
144 print(ostream & __os,format_string<_Args...> __fmt,_Args &&...__args) print() argument
156 println(ostream & __os,format_string<_Args...> __fmt,_Args &&...__args) println() argument
[all...]
/llvm-project/libcxx/include/__pstl/
H A Dhandle_exception.h29 __handle_exception_impl(_Args &&...__args) __handle_exception_impl() argument
44 __handle_exception(_Args &&...__args) __handle_exception() argument
/llvm-project/libcxx/include/__functional/
H A Dinvoke.h27 invoke(_Fn && __f,_Args &&...__args) invoke() argument
37 invoke_r(_Fn && __f,_Args &&...__args) invoke_r() argument
H A Dbind_front.h46 _LIBCPP_HIDE_FROM_ABI constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
/llvm-project/libcxx/include/__ranges/
H A Dto.h89 to(_Range && __range,_Args &&...__args) to() argument
196 to(_Range && __range,_Args &&...__args) to() argument
205 to(_Args &&...__args) to() argument
223 to(_Args &&...__args) to() argument
[all...]
H A Dsingle_view.h62 single_view(in_place_t,_Args &&...__args) single_view() argument
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()
/llvm-project/libcxx/include/__memory/
H A Dallocator_arg_t.h53 __user_alloc_construct_impl(integral_constant<int, 0>, _Tp* __storage, const _Allocator&, _Args&&... __args) { in __user_alloc_construct_impl() argument
60 __user_alloc_construct_impl(integral_constant<int, 1>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl() argument
67 __user_alloc_construct_impl(integral_constant<int, 2>, _Tp* __storage, const _Allocator& __a, _Args&&... __args) { in __user_alloc_construct_impl() argument
H A Dconstruct_at.h39 construct_at(_Tp * __location,_Args &&...__args) construct_at() argument
47 __construct_at(_Tp * __location,_Args &&...__args) __construct_at() argument
H A Duses_allocator_construction.h205 __uninitialized_construct_using_allocator(_Type* __ptr, const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator() argument
45 __uses_allocator_construction_args(const _Alloc & __alloc,_Args &&...__args) __uses_allocator_construction_args() argument
212 __uninitialized_construct_using_allocator(_Type * __ptr,const _Alloc & __alloc,_Args &&...__args) __uninitialized_construct_using_allocator() argument
[all...]
/llvm-project/libcxx/include/__thread/
H A Djthread.h47 jthread(_Fun && __fun,_Args &&...__args) jthread() argument
116 __init_thread(const stop_source & __ss,_Fun && __fun,_Args &&...__args) __init_thread() argument
/llvm-project/libcxx/include/__concepts/
H A Dinvocable.h27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires()
/llvm-project/clang/test/PCH/
H A Dcxx-variadic-templates.h14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared()
/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h82 __construct(_Args &&...__args) __construct() argument
/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()
/llvm-project/clang/test/CXX/module/module.import/
H A Dp6.cpp64 tmpl_fn_ok(_Args...__args) tmpl_fn_ok() argument
/llvm-project/libcxx/include/__filesystem/
H A Dfilesystem_error.h73 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error() argument
/llvm-project/libcxx/include/__mutex/
H A Donce_flag.h126 inline _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { in call_once() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dargument-comment.cpp156 __builtin_va_list __args; in testInvalidSlocCxxConstructExpr() local
/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h119 construct(_Tp * __p,_Ts &&...__args) construct() argument