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

/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx134 bool decl_match = Strcmp(base_decl, this_decl) == 0 ? true : false; local
135 if (returntype_match && decl_match) {
159 if (returntype_match && !decl_match) {
177 decl_match = true;
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 213 milliseconds