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

/macosx-10.10/swig-12/Source/Modules/
H A Dpike.cxx43 File *f_runtime; member in class:PIKE
74 f_runtime = 0;
133 f_runtime = NewString("");
143 Swig_register_filebyname("runtime", f_runtime);
150 Printf(f_runtime, "\n");
151 Printf(f_runtime, "#define SWIGPIKE\n");
152 Printf(f_runtime, "\n");
169 SwigType_emit_type_table(f_runtime, f_wrappers);
172 Dump(f_runtime, f_begin);
183 Delete(f_runtime);
[all...]
H A Dcffi.cxx26 File *f_runtime; member in class:CFFI
153 f_runtime = NewString("");
154 f_cxx_header = f_runtime;
160 Swig_register_filebyname("runtime", f_runtime);
169 Printf(f_runtime, "\n");
170 Printf(f_runtime, "#define SWIGCFFI\n");
171 Printf(f_runtime, "\n");
185 Dump(f_runtime, f_begin);
187 Delete(f_runtime);
471 Wrapper_print(f, f_runtime);
[all...]
H A Dlua.cxx96 File *f_runtime; member in class:LUA
137 f_runtime = 0;
223 f_runtime = NewString("");
233 Swig_register_filebyname("runtime", f_runtime);
258 Printf(f_runtime, "\n");
259 Printf(f_runtime, "#define SWIGLUA\n");
262 // Printf(f_runtime, "#define SWIG_NOINCLUDE\n");
265 Printf(f_runtime, "\n");
295 SwigType_emit_type_table(f_runtime, f_wrappers);
301 Dump(f_runtime, f_begi
[all...]
H A Dguile.cxx51 static File *f_runtime = 0; variable
308 f_runtime = NewString("");
317 Swig_register_filebyname("runtime", f_runtime);
330 Printf(f_runtime, "\n");
331 Printf(f_runtime, "#define SWIGGUILE\n");
335 Printf(f_runtime, "#define SWIG_GLOBAL\n");
337 Printf(f_runtime, "#define SWIG_NOINCLUDE\n");
348 Printf(f_runtime, "#define SWIG_GUILE_INIT_STATIC extern\n");
352 Printf(f_runtime, "#define SWIG_GUILE_INIT_STATIC static\n");
357 Printf(f_runtime, "exter
[all...]
H A Dmzscheme.cxx43 static File *f_runtime = 0; variable
138 f_runtime = NewString("");
147 Swig_register_filebyname("runtime", f_runtime);
154 Printf(f_runtime, "\n");
155 Printf(f_runtime, "#define SWIGMZSCHEME\n");
156 Printf(f_runtime, "\n");
162 SwigType_emit_type_table(f_runtime, f_wrappers);
195 Dump(f_runtime, f_begin);
203 Delete(f_runtime);
H A Doctave.cxx23 File *f_runtime; member in class:OCTAVE
44 OCTAVE():f_begin(0), f_runtime(0), f_header(0), f_doc(0), f_wrappers(0),
116 f_runtime = NewString("");
126 Swig_register_filebyname("runtime", f_runtime);
137 Printf(f_runtime, "\n");
138 Printf(f_runtime, "#define SWIGOCTAVE\n");
139 Printf(f_runtime, "#define SWIG_name_d \"%s\"\n", module);
140 Printf(f_runtime, "#define SWIG_name %s\n", module);
141 Printf(f_runtime, "#define OCTAVE_API_VERSION_OPTION %i\n", api_version);
144 Printf(f_runtime, "#defin
[all...]
H A Dchicken.cxx34 static File *f_runtime = 0; variable
197 f_runtime = NewString("");
211 Swig_register_filebyname("runtime", f_runtime);
223 Printf(f_runtime, "\n");
224 Printf(f_runtime, "#define SWIGCHICKEN\n");
227 Printf(f_runtime, "#define SWIG_CHICKEN_NO_COLLECTION 1\n");
229 Printf(f_runtime, "\n");
245 SwigType_emit_type_table(f_runtime, f_wrappers);
315 Dump(f_runtime, f_begin);
324 Delete(f_runtime);
[all...]
H A Dperl5.cxx82 static File *f_runtime = 0; variable
232 f_runtime = NewString("");
241 Swig_register_filebyname("runtime", f_runtime);
261 Printf(f_runtime, "\n");
262 Printf(f_runtime, "#define SWIGPERL\n");
263 Printf(f_runtime, "#define SWIG_CASTRANK_MODE\n");
264 Printf(f_runtime, "\n");
408 SwigType_emit_type_table(f_runtime, type_table);
529 Dump(f_runtime, f_begin);
537 Delete(f_runtime);
[all...]
H A Dtcl8.cxx50 static File *f_runtime = 0; variable
146 f_runtime = NewString("");
155 Swig_register_filebyname("runtime", f_runtime);
167 Printf(f_runtime, "\n");
168 Printf(f_runtime, "#define SWIGTCL\n");
169 Printf(f_runtime, "\n");
232 SwigType_emit_type_table(f_runtime, f_wrappers);
252 Dump(f_runtime, f_begin);
259 Delete(f_runtime);
H A Docaml.cxx42 static File *f_runtime = 0; variable
223 f_runtime = NewString("");
253 Swig_register_filebyname("runtime", f_runtime);
270 Printf(f_runtime, "\n");
271 Printf(f_runtime, "#define SWIGOCAML\n");
272 Printf(f_runtime, "#define SWIG_MODULE \"%s\"\n", module);
286 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
289 Printf(f_runtime, "\n");
325 // Insert director runtime into the f_runtime file (make it occur before %header section)
326 Swig_insert_file("director.swg", f_runtime);
[all...]
H A Dpython.cxx32 static File *f_runtime = 0; variable
522 f_runtime = NewString("");
537 f_runtime_h = f_runtime;
545 Swig_register_filebyname("runtime", f_runtime);
555 Printf(f_runtime, "\n");
556 Printf(f_runtime, "#define SWIGPYTHON\n");
559 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
563 Printf(f_runtime, "#define SWIG_PYTHON_NO_THREADS\n");
565 Printf(f_runtime, "#define SWIG_PYTHON_THREADS\n");
569 Printf(f_runtime, "#defin
[all...]
H A Djava.cxx28 File *f_runtime; member in class:JAVA
104 f_runtime(NULL),
318 f_runtime = NewString("");
329 Swig_register_filebyname("runtime", f_runtime);
376 Printf(f_runtime, "\n#define SWIGJAVA\n");
379 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
395 Printf(f_runtime, "\n");
428 // Insert director runtime into the f_runtime file (make it occur before %header section)
429 Swig_insert_file("director.swg", f_runtime);
651 Dump(f_header, f_runtime);
[all...]
H A Dphp.cxx73 static File *f_runtime = 0; variable
273 f_runtime = NewStringEmpty();
303 Swig_register_filebyname("runtime", f_runtime);
315 Printf(f_runtime, "\n");
316 Printf(f_runtime, "#define SWIGPHP\n");
317 Printf(f_runtime, "\n");
320 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
590 SwigType_emit_type_table(f_runtime, type_table);
609 Dump(f_runtime, f_begin);
627 Delete(f_runtime);
[all...]
H A Dr.cxx428 String *f_runtime; member in class:R
492 f_runtime(0),
773 f_runtime = NewString("");
818 Swig_register_filebyname("runtime", f_runtime);
827 Printf(f_runtime, "\n");
828 Printf(f_runtime, "#define SWIGR\n");
829 Printf(f_runtime, "\n");
846 SwigType_emit_type_table(f_runtime,f_wrapper);
871 Delete(f_runtime);
914 Printf(runtime, "%s\n", f_runtime);
[all...]
H A Druby.cxx162 File *f_runtime; member in class:RUBY
767 f_runtime = 0;
1003 f_runtime = NewString("");
1028 Swig_register_filebyname("runtime", f_runtime);
1044 Printf(f_runtime, "\n");
1045 Printf(f_runtime, "#define SWIGRUBY\n");
1048 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
1051 Printf(f_runtime, "\n");
1112 // Insert director runtime into the f_runtime file (make it occur before %header section)
1113 Swig_insert_file("director.swg", f_runtime);
[all...]
H A Dallegrocl.cxx25 static File *f_runtime; variable
1629 f_runtime = NewString("");
1630 f_cxx_header = f_runtime;
1636 Swig_register_filebyname("runtime", f_runtime);
1642 Printf(f_runtime, "\n");
1643 Printf(f_runtime, "#define SWIGALLEGROCL\n");
1644 Printf(f_runtime, "\n");
1665 // SwigType_emit_type_table(f_runtime,f_cxx_wrapper);
1688 Dump(f_runtime, f_begin);
1692 Delete(f_runtime);
[all...]
H A Dcsharp.cxx28 File *f_runtime; member in class:CSHARP
107 f_runtime(NULL),
309 f_runtime = NewString("");
320 Swig_register_filebyname("runtime", f_runtime);
367 Printf(f_runtime, "\n");
368 Printf(f_runtime, "#define SWIGCSHARP\n");
371 Printf(f_runtime, "#define SWIG_DIRECTORS\n");
387 Printf(f_runtime, "\n");
403 // Insert director runtime into the f_runtime file (make it occur before %header section)
404 Swig_insert_file("director.swg", f_runtime);
[all...]
H A Dmodula3.cxx176 File *f_runtime; member in class:MODULA3
244 f_runtime(NULL),
916 f_runtime = NewString("");
927 Swig_register_filebyname("runtime", f_runtime);
969 Printf(f_runtime, "\n");
970 Printf(f_runtime, "#define SWIGMODULA3\n");
971 Printf(f_runtime, "\n");
1158 Dump(f_runtime, f_begin);
1166 Delete(f_runtime);

Completed in 169 milliseconds