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

/macosx-10.10.1/swig-12/Source/Modules/
H A Duffi.cxx147 char *type_reduced = Char(tr); local
153 type_reduced = Char(tr);
156 if (SwigType_ispointer(type_reduced) || SwigType_isarray(ty) || !strncmp(type_reduced, "p.f", 3)) {
166 if (!Strncmp(type_reduced, "enum ", 5)) {
170 Printf(stderr, "Unsupported data type: %s (was: %s)\n", type_reduced, ty);

Completed in 122 milliseconds