Searched refs:null_type (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dmemtmpl3.C3 struct null_type;
11 typedef tuple_impl<U, null_type> type;
19 : public tuple_impl<T1, null_type>::template append<T1>::type
21 using tuple_impl<T1, null_type>::template append<T1>::type::data;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/typelist/
H A Dtypelist_typelist_append.hpp63 typelist_chain<Hd, null_type> >
65 typedef typelist_chain< Hd, null_type> type;
H A Dtypelist_filter.hpp65 null_type,
68 typedef null_type type;
H A Dtypelist_transform.hpp65 null_type,
68 typedef null_type type;
H A Dtypelist_append.hpp75 null_type,
H A Dtypelist_apply.hpp80 null_type>
H A Dtypelist_contains.hpp63 null_type,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h53 struct null_type { }; struct in namespace:typelist
153 struct apply_<Fn, null_type>
175 struct apply_generator1_<Gn, null_type>
197 struct apply_generator2_<Gn, null_type, null_type>
217 struct append_<null_type, Typelist_Chain>
223 struct append_<Typelist_Chain, null_type>
229 struct append_<null_type, null_type>
231 typedef null_type typ
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dtypelist.h54 struct null_type { }; struct in namespace:__gnu_cxx
136 struct apply_<Fn, null_type>
154 struct append_<null_type, Typelist_Chain>
164 struct contains_<null_type, T>
195 struct chain_filter_<null_type, Pred>
197 typedef null_type type;
234 struct chain_transform_<null_type, Transform>
236 typedef null_type type;
252 struct typelist_append_<chain<Hd, null_type> >
254 typedef chain<Hd, null_type> typ
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dtypelist.hpp61 struct null_type struct in namespace:pb_assoc::detail
78 #define PB_ASSOC_TYPELIST_CHAIN1(X0) pb_assoc::detail::typelist_chain<X0, pb_assoc::detail::null_type>
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr47615.C41 struct null_type;
73 typedef node < chain < T1, chain < T2, null_type > > >type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/
H A Dassoc_cntnr.hpp724 #define PB_ASSOC_TYPELIST_CHAIN1(X0) pb_assoc::detail::typelist_chain<X0, pb_assoc::detail::null_type>

Completed in 80 milliseconds