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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx149 String *base_returntype = function_return_type(base); local
150 returntype_match = Strcmp(this_returntype, base_returntype) == 0 ? true : false;
152 covariant_returntype = SwigType_issubtype(this_returntype, base_returntype) ? true : false;
156 Delete(base_returntype);

Completed in 163 milliseconds