HomeSort by relevance Sort by last modified time
    Searched defs:Enum2 (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
function.pass.cpp 22 enum class Enum2 : int {};
24 enum Enum2 {};
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 20 struct Enum2 {
38 void f(Short s, Long l, Enum1 e1, Enum2 e2, Xpmf pmf) {
195 typedef enum { Enum1, Enum2, Enum3 } MyEnum;
overloaded-operator.cpp 60 enum Enum2 { };
67 E2(Enum2);
73 void enum_test(Enum1 enum1, Enum2 enum2, E1 e1, E2 e2, Enum1 next_enum1) {
76 float &f3 = (e1 == enum2);

Completed in 528 milliseconds