Home | History | Annotate | Download | only in policyrep

Lines Matching refs:SWIG_ERROR

245    more explicit by returning SWIG_BADOBJ, SWIG_ERROR or any of the
263 #define SWIG_ERROR (-1)
265 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
274 #define SWIG_BADOBJ (SWIG_ERROR)
297 return SWIG_IsOK(r) ? ((SWIG_CastRank(r) < SWIG_MAXCASTRANK) ? (r + 1) : SWIG_ERROR) : r;
1182 #define SWIG_Error(code, msg) SWIG_Python_SetErrorMsg(SWIG_ErrorType(code), msg)
2261 return SWIG_ERROR;
2268 res = SWIG_ERROR;
2372 return SWIG_ERROR;
2380 return SWIG_ERROR;
2394 if (!to) return SWIG_ERROR;
2399 if (!tc) return SWIG_ERROR;
2626 return SWIG_ERROR;
2631 return SWIG_ERROR;
2639 return SWIG_ERROR;
2642 return SWIG_ERROR;
2905 #define SWIG_exception_fail(code, msg) do { SWIG_Error(code, msg); SWIG_fail; } while(0)
2907 #define SWIG_contract_assert(expr, msg) if (!(expr)) { SWIG_Error(SWIG_RuntimeError, msg); SWIG_fail; } else
2911 #define SWIG_exception(code, msg) do { SWIG_Error(code, msg); SWIG_fail;; } while(0)