Home
last modified time | relevance | path

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

/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dcsharp.cxx3508 File *f_swigtype = getOutputFile(SWIG_output_directory(), classname); in emitTypeWrapperClass() local
3510 addOpenNamespace(0, f_swigtype); in emitTypeWrapperClass()
3540 Printv(f_swigtype, swigtype, NIL); in emitTypeWrapperClass()
3542 addCloseNamespace(0, f_swigtype); in emitTypeWrapperClass()
3543 if (f_swigtype != f_single_out) in emitTypeWrapperClass()
3544 Delete(f_swigtype); in emitTypeWrapperClass()
3545 f_swigtype = NULL; in emitTypeWrapperClass()
H A Dmodula3.cxx3728 File *f_swigtype = NewFile(filen, "w", SWIG_output_files()); in emitTypeWrapperClass() local
3729 if (!f_swigtype) { in emitTypeWrapperClass()
3736 emitBanner(f_swigtype); in emitTypeWrapperClass()
3755 Printv(f_swigtype, swigtype, NIL); in emitTypeWrapperClass()
3757 Delete(f_swigtype); in emitTypeWrapperClass()
H A Djava.cxx3506 File *f_swigtype = NewFile(filen, "w", SWIG_output_files()); in emitTypeWrapperClass() local
3507 if (!f_swigtype) { in emitTypeWrapperClass()
3516 emitBanner(f_swigtype); in emitTypeWrapperClass()
3519 Printf(f_swigtype, "package %s;\n", package); in emitTypeWrapperClass()
3542 Printv(f_swigtype, swigtype, NIL); in emitTypeWrapperClass()
3544 Delete(f_swigtype); in emitTypeWrapperClass()