Home
last modified time | relevance | path

Searched refs:IS_OP (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h102 #define IS_OP 117 macro
/third_party/libxml2/
Drngparser.c206 #ifndef IS_OP
207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') || \ macro
301 } 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()
/third_party/python/Misc/NEWS.d/
D3.9.0a3.rst194 * IS_OP for 'is' and 'is not' tests
/third_party/python/Python/
Dcompile.c1090 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()
Dceval.c3615 case TARGET(IS_OP): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst955 .. opcode:: IS_OP (invert)
/third_party/python/Doc/whatsnew/
D3.9.rst1202 * ``IS_OP`` for 'is' and 'is not' tests