Home
last modified time | relevance | path

Searched refs:f_obj (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/template/
H A Doverload5.C13 struct f_obj { struct
17 f_obj<&foo::f> a; // OK
18 f_obj<foo::f> b; // OK (note: a and b are of the same type)
22 f_obj<&foo::f> a; // OK in f()
23 f_obj<foo::f> b; // ERROR: foo::f cannot be a constant expression in f()
25 f_obj<&foo::g> c; // OK in f()
26 f_obj<foo::g> d; // OK in f()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestVolatileStore.java29 public volatile Integer f_obj = Integer.valueOf(0); field in TestVolatileStore
42 t.f_obj = null; in main()
44 if (t.f_obj != i) { in main()
56 f_obj = o; in testObj()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestVolatileStore.java29 public volatile Integer f_obj = Integer.valueOf(0); field in TestVolatileStore
42 t.f_obj = null; in main()
44 if (t.f_obj != i) { in main()
56 f_obj = o; in testObj()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestVolatileStore.java29 public volatile Integer f_obj = Integer.valueOf(0); field in TestVolatileStore
42 t.f_obj = null; in main()
44 if (t.f_obj != i) { in main()
56 f_obj = o; in testObj()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/aarch64/
H A DTestVolatileStore.java29 public volatile Integer f_obj = Integer.valueOf(0); field in TestVolatileStore
42 t.f_obj = null; in main()
44 if (t.f_obj != i) { in main()
56 f_obj = o; in testObj()

1234567