Searched defs:IS_OP (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/ | ||
| D | opcode.h | 102 #define IS_OP                   117  macro | 
| /external/libxml2/ | ||
| D | rngparser.c | 207 #define IS_OP(c) (((c) == ',') || ((c) == '&') || ((c) == '|') ||	\  macro |