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

/macosx-10.10.1/swig-12/Source/Swig/
H A Dswigscan.h39 #define SWIG_TOKEN_LBRACE 4 /* { */ macro
H A Dscanner.c449 return SWIG_TOKEN_LBRACE;
/macosx-10.10.1/swig-12/Source/CParse/
H A Dcscanner.c240 if (tok == SWIG_TOKEN_LBRACE) {
295 case SWIG_TOKEN_LBRACE:
706 } else if (nexttok == SWIG_TOKEN_LBRACE) {
707 termtoken = SWIG_TOKEN_LBRACE;
/macosx-10.10.1/swig-12/Source/Preprocessor/
H A Dcpp.c1160 if ((c == SWIG_TOKEN_ID) || (c == SWIG_TOKEN_LBRACE) || (c == SWIG_TOKEN_RBRACE))

Completed in 73 milliseconds