Home
last modified time | relevance | path

Searched refs:Color1 (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum.C2 enum class Color1 { enum
53 Color1 c1 = Color1::Red; in h()
54 Color2 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
55 c2 = Color1::Red; // { dg-error "cannot convert" } in h()
71 int& test1 = sfinae((constant<Color1, Color1::Green>*)0); in sfinae_test()
73 float& test3 = sfinae((constant<Color1, Color1::Red>*)0); in sfinae_test()
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Doption.test31 option add *Color1 red
35 option add *Class2.Color1 orange
41 test option-1.1 {basic option retrieval} {option get . x Color1} blue
42 test option-1.2 {basic option retrieval} {option get . y Color1} red
43 test option-1.3 {basic option retrieval} {option get . z Color1} red
48 test option-2.1 {basic option retrieval} {option get .op1 x Color1} green
49 test option-2.2 {basic option retrieval} {option get .op1 y Color1} red
50 test option-2.3 {basic option retrieval} {option get .op1 z Color1} red
102 test option-9.1 {stack pushing/popping} {option get . x Color1} blue
103 test option-9.2 {stack pushing/popping} {option get . y Color1} red
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/glsl-1.50/compiler/
H A Dgs-input-sizing-length-after-other-size.geom5 // in vec4 Color1[]; // size unknown
6 // ...Color1.length()...// illegal, length() unknown
8 // ...Color1.length()...// illegal, Color1 still has no size (*)
12 // ...Color1.length()...// legal, length() is 2, Color1 sized by layout()
28 in vec4 Color1[];
33 return Color1.length();
H A Dgs-input-sizing-length-before-layout.geom5 // in vec4 Color1[]; // size unknown
6 // ...Color1.length()...// illegal, length() unknown (*)
8 // ...Color1.length()...// illegal, Color1 still has no size
12 // ...Color1.length()...// legal, length() is 2, Color1 sized by layout()
29 in vec4 Color1[];
33 return Color1.length();
H A Dgs-input-sizing-length-after-layout.geom5 // in vec4 Color1[]; // size unknown
6 // ...Color1.length()...// illegal, length() unknown
8 // ...Color1.length()...// illegal, Color1 still has no size
12 // ...Color1.length()...// legal, length() is 2, Color1 sized by layout() (*)
29 in vec4 Color1[];
33 uniform int foo[Color1.length() == 2 ? 1 : -1];

12345678910>>...48