Searched refs:type_error (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/swig-10/Lib/typemaps/
H A Dexception.swg28 #define %type_error(msg...) SWIG_Error(SWIG_TypeError, msg)
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyrun.swg360 if (TYPE(obj) != T_STRING) goto type_error;
363 if (*c != '_') goto type_error;
368 if (!tc) goto type_error;
372 type_error:
H A Drubycontainer.swg192 %type_error(swig::type_name<T>());
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclrun.swg208 if (!obj) goto type_error;
211 if (*c != '_') goto type_error;
216 if (!tc) goto type_error;
220 type_error:
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig_wrap.c728 if (!obj) goto type_error;
731 if (*c != '_') goto type_error;
736 if (!tc) goto type_error;
740 type_error:
/macosx-10.9.5/swig-10/Lib/octave/
H A Doctcontainer.swg215 %type_error(swig::type_name<T>());
/macosx-10.9.5/swig-10/Lib/python/
H A Dpycontainer.swg315 ::%type_error(swig::type_name<T>());
/macosx-10.9.5/cctools-845/as/
H A Darm.c1747 const char *const type_error = "mismatched element/structure types in list";
1791 first_error (_(type_error));
1807 first_error (_(type_error));
1815 first_error (_(type_error));
1834 first_error (_(type_error));
1854 first_error (_(type_error));
1862 first_error (_(type_error));
1746 const char *const type_error = "mismatched element/structure types in list"; local

Completed in 219 milliseconds