Home
last modified time | relevance | path

Searched refs:clos_methods (Results 1 – 1 of 1) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dchicken.cxx68 static String *clos_methods = 0; variable
220 clos_methods = NewString(""); in top()
283 Printf(f_scm, "%s\n", clos_methods); in top()
308 Delete(clos_methods); in top()
630 Printv(clos_methods, method_def, "\n", NIL); in functionWrapper()
1038 Printf(clos_methods, "%s)\n)\n", initfunc_name); in classHandler()
1039 Printf(clos_methods, "(declare (hide %s))\n", initfunc_name); in classHandler()
1040 Printf(clos_methods, "%s\n", func_call); in classHandler()
1046 Printf(clos_methods, "%s)\n)\n", constructor_dispatch); in classHandler()
1370 Printf(clos_methods, "(declare (hide %s))\n", clos_name); in dispatchFunction()
[all …]