Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dparsermodule.c119 else if (ISTERMINAL(TYPE(n))) { in node2tuple()
272 if (ISTERMINAL(TYPE(left))) in parser_compare_nodes()
664 || (ISTERMINAL(ch_type) && (ch_type >= N_TOKENS)) in validate_node()
706 ISTERMINAL(ch_type) ? _PyParser_TokenNames[ch_type] : in validate_node()
867 if (ISTERMINAL(type)) { in build_node_children()
989 if (ISTERMINAL(num)) { in build_node_tree()
/external/python/cpython2/Include/
Dtoken.h72 #define ISTERMINAL(x) ((x) < NT_OFFSET) macro
/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.py79 def ISTERMINAL(x): function
/external/python/cpython3/Include/
Dtoken.h78 #define ISTERMINAL(x) ((x) < NT_OFFSET) macro
/external/python/cpython3/Parser/
Dlistnode.c42 else if (ISTERMINAL(TYPE(n))) { in list1node()
Dparser.c391 else if (ISTERMINAL(TYPE(n))) { in showtree()
/external/python/cpython3/Lib/
Dtoken.py129 def ISTERMINAL(x): function
/external/python/cpython2/Lib/
Dtoken.py75 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()