Home
last modified time | relevance | path

Searched +defs:E +defs:G (Results 1 – 25 of 12649) sorted by relevance

12345678910>>...506

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() 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-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() 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/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() function
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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-devel/gcc-9-20211007/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() function
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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() function
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() function
41 E (const D<T>& x) : e (x.e) {} in E() 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/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dconst1.C35 template <class T> struct E struct
38 E () : e (0) {} in E() argument
39 E (C<T> *p) : e (p) {} in E() argument
40 E (const E<T>& x) : e (x.e) {} in E() argument
41 E (const D<T>& x) : e (x.e) {} in E() 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/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp1z/
H A Dclass-deduction81.C5 struct E { struct
7 struct G { struct
8 T t;
9 G(T) { } in G() function
18 E<int> e; in g() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp1z/
H A Dclass-deduction81.C5 struct E { struct
7 struct G { struct
8 T t;
9 G(T) { } in G() function
18 E<int> e; in g() argument

12345678910>>...506