Searched refs:cppcast (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dperl5.cxx30 -cppcast - Enable C++ casting operators\n\
150 int cppcast = 1; local
191 } else if (strcmp(argv[i], "-cppcast") == 0) {
192 cppcast = 1;
195 cppcast = 0;
206 if (cppcast) {
H A Dtcl8.cxx78 int cppcast = 1; local
108 } else if (strcmp(argv[i], "-cppcast") == 0) {
109 cppcast = 1;
112 cppcast = 0;
120 if (cppcast) {
H A Dr.cxx246 -cppcast - Enable C++ casting operators (default) \n\
2569 bool cppcast = true; local
2613 } else if (!strcmp(argv[i],"-cppcast")) {
2614 cppcast = true;
2617 cppcast = false;
2639 if (cppcast) {
H A Dpython.cxx102 -cppcast - Enable C++ casting operators (default) \n\
234 int cppcast = 1; local
286 } else if (strcmp(argv[i], "-cppcast") == 0) {
287 cppcast = 1;
290 cppcast = 0;
439 if (cppcast) {
H A Druby.cxx135 -cppcast - Enable C++ casting operators (default)\n\
791 int cppcast = 1; local
830 } else if (strcmp(argv[i], "-cppcast") == 0) {
831 cppcast = 1;
834 cppcast = 0;
858 if (cppcast) {
859 /* Turn on cppcast mode */

Completed in 187 milliseconds