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

/gem5/ext/pybind11/include/pybind11/
H A Dcast.h663 bool no_cpp_mi = typeinfo->simple_type; local
671 if (bases.size() == 1 && (no_cpp_mi || bases.front()->type == typeinfo->type)) {
680 if (no_cpp_mi ? PyType_IsSubtype(base->type, typeinfo->type) : base->type == typeinfo->type) {

Completed in 7 milliseconds