Searched refs:ffitype (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/swig-12/Lib/uffi/
H A Duffi.swg8 %typemap(ffitype) char ":char";
9 %typemap(ffitype) unsigned char ":unsigned-char";
10 %typemap(ffitype) signed char ":char";
11 %typemap(ffitype) short ":short";
12 %typemap(ffitype) signed short ":short";
13 %typemap(ffitype) unsigned short ":unsigned-short";
14 %typemap(ffitype) int ":int";
15 %typemap(ffitype) signed int ":int";
16 %typemap(ffitype) unsigned int ":unsigned-int";
17 %typemap(ffitype) lon
[all...]
/macosx-10.10/swig-12/Lib/allegrocl/
H A Dlonglongs.i16 %typemap(ffitype) long long "(:struct (l1 :long) (l2 :long))";
17 %typemap(ffitype) unsigned long long "(:struct (l1 :unsigned-long)
H A Dallegrocl.swg34 %typemap(ffitype) bool, const bool ":int";
35 %typemap(ffitype) char, const char,
37 %typemap(ffitype) unsigned char, const unsigned char ":unsigned-char";
38 %typemap(ffitype) short, const short,
40 %typemap(ffitype) unsigned short, const unsigned short ":unsigned-short";
41 %typemap(ffitype) int, const int, signed int, const signed int ":int";
42 %typemap(ffitype) unsigned int, const unsigned int ":unsigned-int";
43 %typemap(ffitype) long, const long, signed long, const signed long ":long";
44 %typemap(ffitype) unsigned long, const unsigned long ":unsigned-long";
45 %typemap(ffitype) floa
[all...]
/macosx-10.10/swig-12/Source/Modules/
H A Dclisp.cxx170 String *ffitype = get_ffi_type(n, Getattr(p, "type")); local
182 Printf(f_cl, "(%s %s)", argname, ffitype);
185 Delete(ffitype);
193 String *ffitype = get_ffi_type(n, Getattr(n, "type")); local
194 if (Strcmp(ffitype, "NIL")) { //when return type is not nil
195 Printf(f_cl, "\t(:return-type %s)\n", ffitype);
463 String *ffitype = get_ffi_type(n, argtype); local
474 Printf(args, "(%s %s)", argname, ffitype);
476 Delete(ffitype);
483 String *ffitype local
[all...]
H A Dcffi.cxx253 String *ffitype = Swig_typemap_lookup("lispclass", p, "", 0); local
269 if (Len(ffitype) > 0)
270 Printf(args_placeholder, "(%s %s)", argname, ffitype);
274 if (ffitype && Strcmp(ffitype, lispify_name(parent, lispy_name(Char(Getattr(parent, "sym:name"))), "'classname")) == 0)
279 Delete(ffitype);
307 String *ffitype = Swig_typemap_lookup("lispclass", p, "", 0); local
317 if (Len(ffitype) > 0)
318 Printf(args_placeholder, " (%s %s)", argname, ffitype);
322 if (Strcmp(ffitype, lispify_nam
522 String *ffitype = Swig_typemap_lookup("cout", n, ":pointer", 0); local
[all...]
H A Duffi.cxx140 const String *tm = Swig_typemap_lookup("ffitype", node, "", 0);
291 String *ffitype = get_ffi_type(n, argtype, argname); local
303 Printf(f_cl, "(%s %s %s)", argname, ffitype, lisptype);
306 Delete(ffitype);
H A Dallegrocl.cxx650 const String *tm = Swig_typemap_lookup("ffitype", node, name, 0);
655 Printf(stderr, "g-f-t: found ffitype typemap '%s'\n", tm);
846 /* remove a pointer from ffitype. non-destructive.
849 String *dereference_ffitype(String *ffitype) { argument
851 char *temp = Char(ffitype);
868 return reduced_type ? reduced_type : Copy(ffitype);
1378 const String *enumtype = Swig_typemap_lookup("ffitype", node, "", 0);
1439 const String *enumtype = Swig_typemap_lookup("ffitype", node, "", 0);
2367 // Swig_typemap_attach_parms("ffitype", pl, wrap);
2421 String *ffitype local
[all...]

Completed in 200 milliseconds