Home
last modified time | relevance | path

Searched refs:list_s (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dnullptr30.C25 template <class... T> struct list_s;
27 struct list_s<H, T...> {
28 using type = cons_<H, typename list_s<T...>::type>;
31 struct list_s<> {
35 using list_ = typename list_s<T...>::type;
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/common/
H A Dlist.h24 struct list_s { struct
27 struct list_s *next; argument
30 typedef struct list_s tcpr_list_t;
/dports/devel/bsdelf/elftoolchain-0.7.1/test/ar/tc/list_s-libaS/
H A Dlist_s-libaS.sh2 inittest list_s-libaS tc/list_s-libaS
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/ar/tc/list_s-libaS/
H A Dlist_s-libaS.sh2 inittest list_s-libaS tc/list_s-libaS
/dports/dns/ldapdns/ldapdns-2.07/
H A Dlist.h10 struct list_s { struct
12 struct list_s *next; argument
15 typedef struct list_s *list_t;
/dports/games/q2pro/q2pro/include/
H A Dq_list.h26 struct list_s *parent;
32 typedef struct list_s { struct
/dports/devel/frink/frink-2.2.2/
H A Dutil.h17 typedef struct list_s struct
19 struct list_s *next; argument

1234