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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx132 bool covariant_returntype = false; local
152 covariant_returntype = SwigType_issubtype(this_returntype, base_returntype) ? true : false;
153 returntype_match = covariant_returntype;
210 if (!most_base_covariant_type && covariant_returntype)

Completed in 173 milliseconds