Searched refs:SWIG_TOKEN_ID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/swig-12/Source/Swig/
H A Dswigscan.h50 #define SWIG_TOKEN_ID 15 /* identifer */ macro
/macosx-10.10.1/swig-12/Source/CParse/
H A Dcscanner.c274 case SWIG_TOKEN_ID:
683 } else if (nexttok == SWIG_TOKEN_ID) {
718 } else if (nexttok == SWIG_TOKEN_ID) {
/macosx-10.10.1/swig-12/Source/Preprocessor/
H A Dexpr.c306 } else if (token == SWIG_TOKEN_ID) {
H A Dcpp.c1160 if ((c == SWIG_TOKEN_ID) || (c == SWIG_TOKEN_LBRACE) || (c == SWIG_TOKEN_RBRACE))

Completed in 136 milliseconds