Searched refs:IS_OP (Results 1 – 7 of 7) sorted by relevance
102 #define IS_OP 117 macro
206 #ifndef IS_OP207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro301 } else if ((IS_OP(*ctxt->cur)) || (*ctxt->cur == ':')) { in xmlCRNGNextToken()326 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++; in xmlCRNGNextToken()345 (!(IS_SEPARATOR(*cur))) && (!(IS_OP(*cur)))) cur++; in xmlCRNGNextToken()
194 * IS_OP for 'is' and 'is not' tests
1090 case IS_OP: in stack_effect()2623 ADDOP_I(c, IS_OP, 0); in compiler_addcompare()2626 ADDOP_I(c, IS_OP, 1); in compiler_addcompare()
3615 case TARGET(IS_OP): { in _PyEval_EvalFrameDefault()
955 .. opcode:: IS_OP (invert)
1202 * ``IS_OP`` for 'is' and 'is not' tests