Searched refs:exporting_destructor (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dmzscheme.cxx49 static int exporting_destructor = 0; variable
454 if (exporting_destructor) {
666 exporting_destructor = true;
668 exporting_destructor = false;
H A Dchicken.cxx58 static bool exporting_destructor = false; variable
611 if (exporting_destructor && !no_collection) {
1210 exporting_destructor = true;
1212 exporting_destructor = false;
H A Dguile.cxx95 static int exporting_destructor = 0; variable
854 if (use_scm_interface && exporting_destructor) {
1017 if (exporting_destructor) {
1622 exporting_destructor = true;
1624 exporting_destructor = false;

Completed in 123 milliseconds