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

/macosx-10.10.1/swig-12/Source/Modules/
H A Dtypepass.cxx966 ParmList *throw_parm_list = Getattr(c, "throws"); local
967 if (throw_parm_list)
968 Setattr(nn, "throws", CopyParmList(throw_parm_list));
H A Doctave.cxx1184 ParmList *throw_parm_list = 0; local
1186 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
1193 if (throw_parm_list)
1194 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
1195 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Dcsharp.cxx902 ParmList *throw_parm_list = NULL; local
903 if ((throw_parm_list = Getattr(n, "catchlist"))) {
904 Swig_typemap_attach_parms("throws", throw_parm_list, f);
905 for (p = throw_parm_list; p; p = nextSibling(p)) {
3542 ParmList *throw_parm_list = NULL; local
3543 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
3549 if (throw_parm_list)
3550 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
3551 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Djava.cxx982 ParmList *throw_parm_list = NULL; local
983 if ((throw_parm_list = Getattr(n, "catchlist"))) {
984 Swig_typemap_attach_parms("throws", throw_parm_list, f);
985 for (p = throw_parm_list; p; p = nextSibling(p)) {
3684 ParmList *throw_parm_list = NULL; local
3686 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
3692 if (throw_parm_list)
3693 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
3694 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Dphp.cxx2423 ParmList *throw_parm_list = 0; local
2425 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
2432 if (throw_parm_list)
2433 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
2434 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Dpython.cxx3644 ParmList *throw_parm_list = 0; local
3646 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
3653 if (throw_parm_list)
3654 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
3655 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Druby.cxx3031 ParmList *throw_parm_list = 0; local
3033 if ((throw_parm_list = Getattr(n, "throws")) || Getattr(n, "throw")) {
3040 if (throw_parm_list)
3041 Swig_typemap_attach_parms("throws", throw_parm_list, 0);
3042 for (p = throw_parm_list; p; p = nextSibling(p)) {
H A Dmodula3.cxx1410 ParmList *throw_parm_list = NULL; local
1411 if ((throw_parm_list = Getattr(n, "catchlist"))) {
1412 Swig_typemap_attach_parms("throws", throw_parm_list, f);
1414 for (p = throw_parm_list; p; p = nextSibling(p)) {

Completed in 213 milliseconds