Home
last modified time | relevance | path

Searched +defs:D +defs:G (Results 1 – 25 of 12085) sorted by relevance

12345678910>>...484

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() function
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() argument
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() argument
28 D (C<T> *x) : d (x) {} in D() argument
29 D (const D<T>& x) : d (x.d) {} in D() function
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C24 template <class T> struct D struct
27 D () : d (0) {} in D() function
28 D (C<T> *x) : d (x) {} in D() function
29 D (const D<T>& x) : d (x.d) {} in D() argument
32 D<T> operator++ (int) { D<T> t = *this; d = d->next; return t; } argument
84 template <class T> struct G struct
87 G () { g = new F<T>; } in G() argument
88 G (const G<T>& x) { g = x.g; g->a1 (); } in G() function
89 ~G () {} in ~G() argument
97 G<T> operator+ (const G<T>& x) const argument
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest12.m12 D = A.*B ; variable
14 G = GrB.eadd ('+', A, B) ; variable
26 G = GrB.eadd ('+', A, B, d) ; variable
32 D = A'.*B ; variable
37 G = GrB.eadd ('+', A, B, d) ; variable
45 G = GrB.eadd (E, '+', '+', A, B) ; variable
49 D = F + A.*B ; variable
54 G = GrB.eadd ('+', A, B) variable
59 D = A.*B variable
68 G = GrB (Cin) ; variable
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/test/
H A Dgbtest12.m12 D = A.*B ; variable
14 G = GrB.eadd ('+', A, B) ; variable
26 G = GrB.eadd ('+', A, B, d) ; variable
32 D = A'.*B ; variable
37 G = GrB.eadd ('+', A, B, d) ; variable
45 G = GrB.eadd (E, '+', '+', A, B) ; variable
49 D = F + A.*B ; variable
54 G = GrB.eadd ('+', A, B) variable
59 D = A.*B variable
68 G = GrB (Cin) ; variable
[all …]

12345678910>>...484