Searched refs:SWIG_ErrorType (Results 1 – 3 of 3) sorted by relevance
892 #define SWIG_ErrorType(code) SWIG_Perl_ErrorType(code) macro893 #define SWIG_Error(code, msg) sv_setpvf(GvSV(PL_errgv),"%s %s\n", SWIG_ErrorType(code)…
1011 #define SWIG_ErrorType(code) SWIG_Python_ErrorType(code) macro1012 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
928 #define SWIG_ErrorType(code) SWIG_Tcl_ErrorType(code) … macro