Home | History | Annotate | Download | only in 2.0.11

Lines Matching refs:MAP

30 #define MAP(swigerr, scmerr)			\
35 MAP(SWIG_MemoryError, "swig-memory-error");
36 MAP(SWIG_IOError, "swig-io-error");
37 MAP(SWIG_RuntimeError, "swig-runtime-error");
38 MAP(SWIG_IndexError, "swig-index-error");
39 MAP(SWIG_TypeError, "swig-type-error");
40 MAP(SWIG_DivisionByZero, "swig-division-by-zero");
41 MAP(SWIG_OverflowError, "swig-overflow-error");
42 MAP(SWIG_SyntaxError, "swig-syntax-error");
43 MAP(SWIG_ValueError, "swig-value-error");
44 MAP(SWIG_SystemError, "swig-system-error");
49 #undef MAP
62 #define MAP(swigerr, errname) \
67 MAP(SWIG_MemoryError, "swig-memory-error");
68 MAP(SWIG_IOError, "swig-io-error");
69 MAP(SWIG_RuntimeError, "swig-runtime-error");
70 MAP(SWIG_IndexError, "swig-index-error");
71 MAP(SWIG_TypeError, "swig-type-error");
72 MAP(SWIG_DivisionByZero, "swig-division-by-zero");
73 MAP(SWIG_OverflowError, "swig-overflow-error");
74 MAP(SWIG_SyntaxError, "swig-syntax-error");
75 MAP(SWIG_ValueError, "swig-value-error");
76 MAP(SWIG_SystemError, "swig-system-error");
81 #undef MAP