Searched defs:Enum2 (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dfunction.pass.cpp22 enum class Enum2 : int {}; class
24 enum Enum2 {}; enum
/external/clang/test/SemaCXX/
H A Doverloaded-builtin-operators.cpp20 struct Enum2 { struct
38 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
195 typedef enum { Enum1, Enum2, Enum3 } MyEnum; enumerator in enum:PR7319::__anon2612
H A Doverloaded-operator.cpp60 enum Enum2 { }; enum
67 E2(Enum2);
73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) {

Completed in 247 milliseconds