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

/macosx-10.10/swig-12/Source/Modules/
H A Dclisp.cxx225 String *lisp_type = get_ffi_type(n, Getattr(n, "type")); local
226 Printf(f_cl, "\n(ffi:def-c-var %s\n (:name \"%s\")\n (:type %s)\n", var_name, var_name, lisp_type);
230 Delete(lisp_type);
293 String *lisp_type = get_ffi_type(n, temp); local
297 Printf(f_cl, "\n\t(%s %s)", slot_name, lisp_type);
301 Delete(lisp_type);
H A Duffi.cxx362 String *lisp_type; local
372 lisp_type = get_ffi_type(n, type, Getattr(c, "sym:name"));
374 Printf(f_cl, " (#.(%s \"%s\" :type :slot) %s)\n", identifier_converter, Getattr(c, "sym:name"), lisp_type);
376 Delete(lisp_type);
H A Dcffi.cxx584 String *lisp_type = Swig_typemap_lookup("cin", n, "", 0); local
590 Printf(f_cl, "\n(cffi:defcvar (\"%s\" %s)\n %s)\n", var_name, lisp_name, lisp_type);
592 Delete(lisp_type);
H A Dallegrocl.cxx1325 String *lisp_type = compose_foreign_type(n, type); local
1351 // Printf(f_clhead, ";; %s\n", SwigType_typedef_resolve_all(lisp_type));
1352 Printf(f_clhead, "(swig-def-foreign-type \"%s\"\n %s)\n", name, lisp_type);

Completed in 131 milliseconds