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

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx60 static String *constructor_name = 0; variable
990 constructor_name = 0;
1052 String *func_call = buildClosFunctionCall(constructor_arg_types, initfunc_name, chickenPrimitiveName(constructor_name));
1065 Printf(clos_methods, "%s)\n)\n", chickenPrimitiveName(constructor_name));
1067 Delete(constructor_name);
1068 constructor_name = 0;
1200 constructor_name = Swig_name_construct(iname);
1201 Replaceall(constructor_name, "_", "-");
H A Dlua.cxx113 String *constructor_name; member in class:LUA
878 constructor_name = 0;
996 Printf(f_wrappers, "%s", Swig_name_wrapper(Swig_name_construct(constructor_name)));
997 Delete(constructor_name);
998 constructor_name = 0;
1086 constructor_name = NewString(Getattr(n, "sym:name"));
H A Dtcl8.cxx35 static String *constructor_name; variable
950 Printf(f_wrappers, "%s", Swig_name_wrapper(Swig_name_construct(constructor_name)));
951 Delete(constructor_name);
952 constructor_name = 0;
1196 constructor_name = NewString(Getattr(n, "sym:name"));
H A Doctave.cxx37 String *constructor_name; member in class:OCTAVE
817 constructor_name = 0;
894 String *cname = Swig_name_construct(constructor_name);
962 if (!constructor_name)
963 constructor_name = NewString(Getattr(n, "sym:name"));

Completed in 181 milliseconds