Home
last modified time | relevance | path

Searched refs:Foo4 (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/textproc/castxml/CastXML-c3a239d/test/input/
H A DElaborated.cxx38 class Foo4 class
42 Foo4* c1;
43 class Foo4* c2; // elaborated
45 const class Foo4* c4; // elaborated
46 typedef Foo4* c5;
47 typedef class Foo4* c6; // elaborated
53 void func4(Foo4* a7, class Foo4* a8);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gdc.test/runnable/
H A Dopover3.d111 static struct Foo4 in test4() struct
113 static Foo4 opCall(int n, int m){ Foo4 foo4; return foo4; } in test4() argument
117 Foo4 foo4; in test4()
118 Foo4 foo4_4 = Foo4(1,2); // static opCall in test4()
119 static assert(!__traits(compiles, Foo4(1))); in test4()
120 …static assert(!__traits(compiles, Foo4())); // static opCall without constructor hides literal… in test4()
122 assert(foo4(1,2) == Foo4.init); // static opCall from instance in test4()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc88/
H A DEmptyCase008.hs36 newtype Foo4 a b = Foo4 (DB a b) type
39 f14 :: Foo4 Int () -> ()
43 f15 :: Foo4 Int [a] -> ()
47 f16 :: Foo4 a b -> ()
53 f17 :: Foo4 Char Bool -> ()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/doclet/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/com/sun/javadoc/testTypeParams/pkg/
H A DClassUseTest3.java28 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
30 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
32 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
36 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/pkg2/
H A DClassUseTest3.java29 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
31 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
33 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
37 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/pkg2/
H A DClassUseTest3.java29 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
31 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
33 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
37 public void method(Set<Foo4> p) {} in method()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/pkg2/
H A DClassUseTest3.java29 public class ClassUseTest3 <T extends ParamTest2<List<? extends Foo4>>> {
31 public ClassUseTest3(Set<Foo4> p) {} in ClassUseTest3()
33 … public <T extends ParamTest2<List<? extends Foo4>>> ParamTest2<List<? extends Foo4>> method(T t) { in method()
37 public void method(Set<Foo4> p) {} in method()

12345678910>>...19