Home
last modified time | relevance | path

Searched refs:SWIG_TOKEN_XOR (Results 1 – 4 of 4) sorted by relevance

/dports/devel/swig/swig-4.0.2/Source/Preprocessor/
H A Dexpr.c50 prec[SWIG_TOKEN_XOR] = 60; in init_precedence()
158 case SWIG_TOKEN_XOR: in reduce_op()
358 case SWIG_TOKEN_XOR: in Preprocessor_expr()
/dports/devel/swig/swig-4.0.2/Source/Swig/
H A Dswigscan.h89 #define SWIG_TOKEN_XOR 112 /* ^ */ macro
H A Dscanner.c1399 return SWIG_TOKEN_XOR; in look()
1404 return SWIG_TOKEN_XOR; in look()
/dports/devel/swig/swig-4.0.2/Source/CParse/
H A Dcscanner.c298 case SWIG_TOKEN_XOR: in yylook()