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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1797 String *convname = NewStringf("%sTo%s", mprefix, mkey); local
1806 Printf(out, "static void *%s(void *x, int *%s) {", convname, newmemoryused ? "newmemory" : "SWIGUNUSEDPARM(newmemory)");
1810 Printf(out, "static void *%s(void *x, int *SWIGUNUSEDPARM(newmemory)) {", convname);
1817 Setattr(conversions, ckey, convname);
1837 Setattr(conversions, ckey, convname);
1842 Setattr(conversions, ckey, convname);
1854 Delete(convname);

Completed in 61 milliseconds