Searched refs:LastCat (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_tagbased_polymorphic.cpp18 Cat = 200, Panther, LastCat = 299 member in class:Animal::Kind
92 case Kind::LastCat: break;
96 if (kind >= Kind::Cat && kind <= Kind::LastCat) return &typeid(Cat);

Completed in 4 milliseconds