Home
last modified time | relevance | path

Searched refs:ISTERMINAL (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Dtoken.h72 #define ISTERMINAL(x) ((x) < NT_OFFSET) macro
/external/python/cpython3/Parser/
Dlistnode.c38 else if (ISTERMINAL(TYPE(n))) { in list1node()
Dfirstsets.c97 else if (ISTERMINAL(type)) { in calcfirstset()
Dparser.c375 else if (ISTERMINAL(TYPE(n))) { in showtree()
/external/python/cpython2/Parser/
Dlistnode.c38 else if (ISTERMINAL(TYPE(n))) { in list1node()
Dfirstsets.c97 else if (ISTERMINAL(type)) { in calcfirstset()
Dparser.c364 else if (ISTERMINAL(TYPE(n))) { in showtree()
/external/python/cpython2/Lib/lib2to3/pgen2/
Dtoken.py76 def ISTERMINAL(x): function
/external/python/cpython3/Lib/lib2to3/pgen2/
Dtoken.py78 def ISTERMINAL(x): function
/external/python/cpython3/Include/
Dtoken.h78 #define ISTERMINAL(x) ((x) < NT_OFFSET) macro
/external/python/cpython3/Modules/
Dparsermodule.c123 else if (ISTERMINAL(TYPE(n))) { in node2tuple()
276 if (ISTERMINAL(TYPE(left))) in parser_compare_nodes()
843 if (ISTERMINAL(type)) { in build_node_children()
965 if (ISTERMINAL(num)) { in build_node_tree()
/external/python/cpython2/Lib/
Dtoken.py75 def ISTERMINAL(x): function
/external/python/cpython3/Lib/
Dtoken.py83 def ISTERMINAL(x): function
/external/python/cpython2/Doc/library/
Dtoken.rst29 .. function:: ISTERMINAL(x)
/external/python/cpython3/Doc/library/
Dtoken.rst30 .. function:: ISTERMINAL(x)
/external/python/cpython2/Modules/
Dparsermodule.c119 else if (ISTERMINAL(TYPE(n))) { in node2tuple()
249 if (ISTERMINAL(TYPE(left))) in parser_compare_nodes()
774 if (ISTERMINAL(type)) { in build_node_children()
882 if (ISTERMINAL(num)) { in build_node_tree()