Searched refs:have_constructor (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx57 static int have_constructor = 0; variable
637 if (have_constructor && !has_constructor_args && any_specialized_arg) {
988 have_constructor = 0;
1048 if (have_constructor) {
1189 have_constructor = 1;
1382 if (have_constructor && !has_constructor_args) {
H A Dtcl8.cxx34 static int have_constructor; variable
732 have_constructor = 0;
928 if (have_constructor) {
949 if (have_constructor) {
1123 if (!have_constructor) {
1197 have_constructor = 1;
H A Dlua.cxx109 int have_constructor; member in class:LUA
879 have_constructor = 0;
995 if (have_constructor) {
1087 have_constructor = 1;
H A Dperl5.cxx100 static int have_constructor = 0; variable
1196 have_constructor = 0;
1521 have_constructor = 1;
H A Dguile.cxx104 static int have_constructor = 0; variable
1443 have_constructor = 0;
1501 if (have_constructor)
1614 have_constructor = 1;
H A Doctave.cxx35 int have_constructor; member in class:OCTAVE
815 have_constructor = 0;
893 if (have_constructor) {
961 have_constructor = 1;
H A Dpython.cxx57 static int have_constructor; variable
1862 if (!have_constructor && (constructor || Getattr(n, "handled_as_constructor"))
2828 have_constructor = 0;
2986 if (!have_constructor) {
3232 if (!have_constructor) {
3240 if (!have_constructor && handled_as_init) {
3284 have_constructor = 1;

Completed in 193 milliseconds