Searched defs:RCHILD (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | node.h | 29 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) macro |
/external/python/cpython3/Include/ | ||
D | node.h | 31 #define RCHILD(n, i) (CHILD(n, NCH(n) + i)) macro |