Searched refs:E1 (Results 1 - 25 of 165) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum_98.C3 enum class E1 { e1 }; // { dg-warning "scoped enums" } class
H A Dforw_enum7.C6 enum E1 : int;
7 enum E1 : T;
12 template<typename T> enum S1<T>::E1 : int { e1 };
15 S1<int>::E1 x1 = S1<int>::e1;
16 S1<int>::E1 x11 = S1<int>::E1::e1;
19 enum S1<int>::E1 ex1 = S1<int>::e1;
20 enum S1<int>::E1 ex11 = S1<int>::E1::e1;
H A Dforw_enum9.C6 enum E1 : int;
10 template<typename T> enum S1<T>::E1 : int { e1 };
13 template<> enum S1<int>::E1 : int { i1 }; member in class:S1::S1
16 S1<char>::E1 xci = S1<char>::e1;
17 S1<int>::E1 xi1 = S1<int>::i1;
H A Dforw_enum1.C4 enum class E1;
11 enum class E1;
18 E1 b1;
25 enum E1 a1;
32 enum class E1 { e11, e12 };
39 enum class E1;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dentry_9.f9011 F2=E1(K)
15 INTEGER :: F1,I,E1 local in function:F1
18 ENTRY E1(I) entry in function:F1
19 E1=-I
26 if (E1(5) /= -5) call abort()
H A Dentry_dummy_ref_2.f9013 ENTRY E1(K) RESULT(RE1) entry in function:F1
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dempty9.C5 struct E1 {}; struct
6 struct E2 : public E1 {
9 struct E3 : virtual public E1 {
H A Danon1.C3 namespace { enum E { E1 }; } void f(E e) { } enumerator in enum:__anon703::E
H A Dempty8.C4 struct E1 {}; struct
5 struct E2 : public E1 {};
H A Dvbase13.C4 struct E1 {}; struct
5 struct E2 : public E1 {};
6 struct E : public E1, public E2 {};
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWenum-compare-no.C4 enum E1 { a }; enum
7 int foo (E1 e1, E2 e2)
H A DWenum-compare.C4 enum E1 { a }; enum
7 int foo (E1 e1, E2 e2)
H A Dpr36999.C14 enum E1 { foo }; enum in namespace:N
26 tcf1 (N::TC2<enum N::E1, void*> *arg1, // { dg-bogus "does not declare anything" }
27 N::TC2<void*, enum N::E1> *arg2,
28 N::TC2<N::E1, void*> *arg3)
36 (N::TC2<enum N::E1, void*> *) // { dg-bogus "does not declare anything" }
37 (N::TC2<void*, enum N::E1> *)
38 (N::TC2<N::E1, void*> *)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Denum3.C8 enum E1 {e1}; enum
11 E2 Foo (E1 e)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A DWcxx-compat-6.c3 enum E1 { A, B, C }; enum
6 enum E1 v1a = A;
7 enum E1 v1b = D; /* { dg-warning "invalid in C\[+\]\[+\]" } */
8 enum E1 v1c = 0; /* { dg-warning "invalid in C\[+\]\[+\]" } */
9 enum E1 v1d = (enum E1) 0;
10 enum E1 v1e = (enum E2) 0; /* { dg-warning "invalid in C\[+\]\[+\]" } */
14 enum E1 a1[] =
19 (enum E1) 0,
26 enum E1 e
[all...]
H A Dbuiltins-66.c3 enum { E0 = 0, E1 = 1, E2 = 2 } e; enumerator in enum:__anon1990
H A DWcxx-compat-18.c3 enum E1 { A }; enum
10 extern enum E1 f2();
H A DWcxx-compat-3.c3 enum E1 { A, B, C }; enum
5 extern void f2 (enum E1);
11 enum E1 e1;
22 f2 ((enum E1) 0);
23 f2 ((enum E1) D);
24 f2 ((enum E1) a);
25 f2 ((enum E1) e2);
28 struct s1 { enum E1 e1 : 3; };
H A Denum3.c8 E1 = (void *)4, /* { dg-error "enumerator value for 'E1' is not an integer constant" } */ enumerator in enum:e2
H A DWcxx-compat-5.c3 enum E1 { A, B, C }; enum
8 struct s { enum E1 e1 : 3; enum E2 e2 : 4; };
10 enum E1
14 enum E1 e1 = B;
25 return (enum E1) 1;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr74.C6 enum E1 { COUNT = 10 }; enum
H A Ddr128.C7 enum E1 { BLACK = 0, RED = 1 }; enum
12 E1 e1 = RED;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dunderlying_type2.C3 enum E1 { }; enum
7 __underlying_type(E1) e1 = 0;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dfold2.C8 enum ActionType { EE=-1, E0=0, E1, E2 }; enumerator in enum:ActionType
14 if (E1 <= t && t <= E2)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dforwprop-switch.C4 enum Scale { E1, E2, E3, E4, E5, E6, E7, E8 }; enumerator in enum:Scale
10 case E1: return 12;

Completed in 229 milliseconds

1234567