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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx209 SwigType *most_base_covariant_type = Getattr(base, "covariant"); local
210 if (!most_base_covariant_type && covariant_returntype)
211 most_base_covariant_type = function_return_type(base, false);
213 if (!most_base_covariant_type) {
225 Setattr(n, "covariant", most_base_covariant_type);

Completed in 161 milliseconds