Home
last modified time | relevance | path

Searched refs:__tuple (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_tuple.h88 format(conditional_t<(formattable<const _Args, _CharT> && ...), const _Tuple&, _Tuple&> __tuple, in format()
93 return __format_tuple(__tuple, __ctx); in format()
111 __format_tuple(__tuple, __c); in format()
117 …_LIBCPP_HIDE_FROM_ABI typename _FormatContext::iterator __format_tuple(auto&& __tuple, _FormatCont… in __format_tuple()
123 __ctx.advance_to(std::get<_Index>(__underlying_).format(std::get<_Index>(__tuple), __ctx)); in __format_tuple()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtuple222 #include <__tuple/find_index.h>
223 #include <__tuple/ignore.h>
224 #include <__tuple/make_tuple_types.h>
225 #include <__tuple/sfinae_helpers.h>
226 #include <__tuple/tuple_element.h>
227 #include <__tuple/tuple_indices.h>
228 #include <__tuple/tuple_like_ext.h>
229 #include <__tuple/tuple_size.h>
230 #include <__tuple/tuple_types.h>
836 operator=(_If<_And<is_copy_assignable<_Tp>...>::value, tuple, __nat> const& __tuple)
[all …]
H A Dutility289 #include <__tuple/ignore.h>
292 #include <__tuple/tuple_element.h>
293 #include <__tuple/tuple_size.h>
H A Dmodule.modulemap1850 module std_private_tuple_find_index [system] { header "__tuple/find_index.h" }
1851 module std_private_tuple_ignore [system] { header "__tuple/ignore.h" }
1852 module std_private_tuple_make_tuple_types [system] { header "__tuple/make_tuple_types.h" }
1854 header "__tuple/tuple_like_no_subrange.h"
1856 module std_private_tuple_sfinae_helpers [system] { header "__tuple/sfinae_helpers.h" }
1857 module std_private_tuple_tuple_element [system] { header "__tuple/tuple_element.h" }
1859 module std_private_tuple_tuple_indices [system] { header "__tuple/tuple_indices.h" }
1861 header "__tuple/tuple_like.h"
1864 module std_private_tuple_tuple_like_ext [system] { header "__tuple/tuple_like_ext.h" }
1865 module std_private_tuple_tuple_size [system] { header "__tuple/tuple_size.h" }
[all …]
H A Darray124 #include <__tuple/sfinae_helpers.h>
156 #include <__tuple/tuple_element.h>
157 #include <__tuple/tuple_size.h>
H A Dranges442 #include <__tuple/tuple_element.h>
443 #include <__tuple/tuple_size.h>
H A Dcomplex262 #include <__tuple/tuple_element.h>
263 #include <__tuple/tuple_size.h>
H A Dvariant226 #include <__tuple/find_index.h>
227 #include <__tuple/sfinae_helpers.h>
H A Doptional192 #include <__tuple/sfinae_helpers.h>
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dzip_view.h72 _LIBCPP_HIDE_FROM_ABI constexpr auto __tuple_transform(_Fun&& __f, _Tuple&& __tuple) { in __tuple_transform() argument
78 std::forward<_Tuple>(__tuple)); in __tuple_transform()
82 _LIBCPP_HIDE_FROM_ABI constexpr void __tuple_for_each(_Fun&& __f, _Tuple&& __tuple) { in __tuple_for_each() argument
87 std::forward<_Tuple>(__tuple)); in __tuple_for_each()
/freebsd/etc/mtree/
H A DBSD.include.dist95 __tuple
/freebsd/lib/libc++/
H A Dlibcxx.imp709 { include: [ "<__tuple/find_index.h>", "private", "<tuple>", "public" ] },
710 { include: [ "<__tuple/ignore.h>", "private", "<tuple>", "public" ] },
711 { include: [ "<__tuple/make_tuple_types.h>", "private", "<tuple>", "public" ] },
712 { include: [ "<__tuple/sfinae_helpers.h>", "private", "<tuple>", "public" ] },
713 { include: [ "<__tuple/tuple_element.h>", "private", "<tuple>", "public" ] },
714 { include: [ "<__tuple/tuple_indices.h>", "private", "<tuple>", "public" ] },
715 { include: [ "<__tuple/tuple_like.h>", "private", "<tuple>", "public" ] },
716 { include: [ "<__tuple/tuple_like_ext.h>", "private", "<tuple>", "public" ] },
717 { include: [ "<__tuple/tuple_like_no_subrange.h>", "private", "<tuple>", "public" ] },
718 { include: [ "<__tuple/tuple_size.h>", "private", "<tuple>", "public" ] },
[all …]
H A DMakefile1196 TUPDIR= ${CXXINCLUDEDIR}/__tuple
1209 TUP+= ${HDRDIR}/__tuple/${hdr}
/freebsd/etc/
H A DMakefile127 DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__tuple
/freebsd/
H A DObsoleteFiles.inc743 OLD_FILES+=usr/include/c++/v1/__tuple/pair_like.h
2248 OLD_FILES+=usr/include/c++/v1/__tuple
4309 OLD_FILES+=usr/include/c++/v1/tr1/__tuple