Searched refs:raw_return_type (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/swig-12/Source/Modules/
H A Dcffi.cxx372 String *raw_return_type = Swig_typemap_lookup("ctype", n, "", 0); local
373 SwigType *return_type = Swig_cparse_type(raw_return_type);
379 String *lresult_init = NewStringf("lresult = (%s)0", raw_return_type);
380 Wrapper_add_localv(f, "lresult", raw_return_type, lresult_init, NIL);
466 Printf(f->code, " return (%s)0;\n", raw_return_type);
H A Dallegrocl.cxx2581 String *raw_return_type = Swig_typemap_lookup("ctype", n, "", 0); local
2582 SwigType *return_type = Swig_cparse_type(raw_return_type);

Completed in 115 milliseconds