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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx133 bool returntype_match = Strcmp(base_type, this_type) == 0 ? true : false; local
135 if (returntype_match && decl_match) {
147 if (!returntype_match) {
150 returntype_match = Strcmp(this_returntype, base_returntype) == 0 ? true : false;
151 if (!returntype_match) {
153 returntype_match = covariant_returntype;
159 if (returntype_match && !decl_match) {
185 //Printf(stderr,"look %s %s %d %d\n",base_decl, this_decl, returntype_match, decl_match);
187 if (decl_match && returntype_match) {

Completed in 107 milliseconds