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

/macosx-10.10/swig-12/Source/Swig/
H A Dcwrap.c686 String *pname1 = Swig_cparm_name(0, 1); local
695 String *dref = Swig_wrapped_var_deref(type, pname1, varcref);
699 Printf(func, "if (%s && sizeof(int) == sizeof(%s%s)) *(int*)(void*)&(%s%s) = %s", pname0, self, name, self, name, pname1);
704 Delete(pname1);
/macosx-10.10/swig-12/Source/Modules/
H A Dlang.cxx1429 String *pname1 = Swig_cparm_name(0, 1); local
1430 Replace(tm, "$source", pname1, DOH_REPLACE_ANY);
1432 Replace(tm, "$input", pname1, DOH_REPLACE_ANY);
1438 Delete(pname1);

Completed in 265 milliseconds