Searched refs:__tuple (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | formatter_tuple.h | 88 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 D | tuple | 222 #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 D | utility | 289 #include <__tuple/ignore.h> 292 #include <__tuple/tuple_element.h> 293 #include <__tuple/tuple_size.h>
|
H A D | module.modulemap | 1850 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 D | array | 124 #include <__tuple/sfinae_helpers.h> 156 #include <__tuple/tuple_element.h> 157 #include <__tuple/tuple_size.h>
|
H A D | ranges | 442 #include <__tuple/tuple_element.h> 443 #include <__tuple/tuple_size.h>
|
H A D | complex | 262 #include <__tuple/tuple_element.h> 263 #include <__tuple/tuple_size.h>
|
H A D | variant | 226 #include <__tuple/find_index.h> 227 #include <__tuple/sfinae_helpers.h>
|
H A D | optional | 192 #include <__tuple/sfinae_helpers.h>
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | zip_view.h | 72 _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 D | BSD.include.dist | 95 __tuple
|
/freebsd/lib/libc++/ |
H A D | libcxx.imp | 709 { 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 D | Makefile | 1196 TUPDIR= ${CXXINCLUDEDIR}/__tuple 1209 TUP+= ${HDRDIR}/__tuple/${hdr}
|
/freebsd/etc/ |
H A D | Makefile | 127 DISTRIB_CLEANUP_FILES+= ${INCLUDEDIR}/c++/v1/__tuple
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 743 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
|