Searched defs:E5 (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/underlying_type/requirements/
H A Dtypedefs-2.cc34 enum class E5 : int { a = -1, b = 1 }; class in class:E4
H A Dexplicit_instantiation.cc31 typedef enum class E5 : int { a = -1, b = 1 } test_type5; class in class:std::E4
H A Dtypedefs-1.cc32 typedef enum class E5 : int { a = -1, b = 1 } test_type5; class in class:E4
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dunderlying_type6.C15 enum class E5 : int { a = -1, b = 1 }; class in class:E4
H A Dunderlying_type7.C7 enum class E5 : int { a = -1, b = 1 }; class in class:E3::E4
H A Dunderlying_type8.C7 enum class E5 : int { a = -1, b = 1 }; class in class:E3::E4
H A Dunderlying_type10.C9 enum class E5 : int { a = -1, b = 1 }; class in class:E3::E4
H A Dunderlying_type9.C15 enum class E5 : int { a = -1, b = 1 }; class in class:E4
H A Dunderlying_type5.C15 enum class E5 : int { a = -1, b = 1 }; class in class:E4
H A Dunderlying_type3.C15 enum class E5 : int { a = -1, b = 1 }; class in class:E4
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Denum_base.C12 enum class E5 { class
H A Dforw_enum4.C41 enum S1::S2::E5 : short { e51, e52 }; member in class:S1::S1::S2
H A Dforw_enum2.C42 enum S1::S2::E5 : short { e51, e52 }; member in class:S1::S1::S2
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dempty11.C8 struct E5 : public E, public E2, public E3, public E4 {}; struct in inherits:E,E2,E3,E4
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc90-const-expr-8.c22 E5 = 0 * -INT_MIN, /* { dg-warning "12:integer overflow in expression" } */ enumerator in enum:e
H A Dc99-const-expr-8.c22 E5 = 0 * -INT_MIN, /* { dg-warning "integer overflow in expression" } */ enumerator in enum:e
H A Dc90-const-expr-9.c27 E5 = __builtin_offsetof (struct t, a.a), enumerator in enum:e
H A Dc99-const-expr-9.c24 E5 = __builtin_offsetof (struct t, a.a), enumerator in enum:e
H A Dgnu89-const-expr-1.c23 E5 = __imag__ 0, enumerator in enum:e1
H A Dgnu90-const-expr-1.c23 E5 = __imag__ 0, enumerator in enum:e1
/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
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dentry_array_specs_1.f9037 INTEGER :: E5(4,5,6) local in function:F5
38 ENTRY E5() entry in function:F5
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Doverflow-warn-1.C21 E5 = INT_MAX + 1, /* { dg-warning "integer overflow in expression" } */ enumerator in enum:e
H A Doverflow-warn-3.C21 E5 = INT_MAX + 1, /* { dg-warning "integer overflow in expression" } */ enumerator in enum:e
H A Doverflow-warn-4.C21 E5 = INT_MAX + 1, /* { dg-warning "integer overflow in expression" } */ enumerator in enum:e

Completed in 191 milliseconds

12