Home
last modified time | relevance | path

Searched refs:SWIG_TypeError (Results 1 – 2 of 2) sorted by relevance

/src/contrib/unbound/pythonmod/
H A Dinterface.i1567 SWIG_exception_fail(SWIG_TypeError, "Need a callable object!");
1575 SWIG_exception_fail(SWIG_TypeError, "Expected bytearray!");
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp310 #define SWIG_ArgError(r) ((r != SWIG_ERROR) ? r : SWIG_TypeError)
756 #define SWIG_TypeError -5 macro