Home
last modified time | relevance | path

Searched refs:ISNONTERMINAL (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dgrammar1.c40 else if (ISNONTERMINAL(lb->lb_type)) { in PyGrammar_LabelRepr()
Dlistnode.c33 if (ISNONTERMINAL(TYPE(n))) { in list1node()
Dfirstsets.c83 if (ISNONTERMINAL(type)) { in calcfirstset()
Dacceler.c87 if (ISNONTERMINAL(type)) { in fixstate()
Dparser.c341 if (ISNONTERMINAL(TYPE(n))) { in dumptree()
360 if (ISNONTERMINAL(TYPE(n))) { in showtree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar1.c40 else if (ISNONTERMINAL(lb->lb_type)) { in PyGrammar_LabelRepr()
Dlistnode.c33 if (ISNONTERMINAL(TYPE(n))) { in list1node()
Dfirstsets.c83 if (ISNONTERMINAL(type)) { in calcfirstset()
Dacceler.c87 if (ISNONTERMINAL(type)) { in fixstate()
Dparser.c341 if (ISNONTERMINAL(TYPE(n))) { in dumptree()
360 if (ISNONTERMINAL(TYPE(n))) { in showtree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dtoken.py78 def ISNONTERMINAL(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dtoken.h73 #define ISNONTERMINAL(x) ((x) >= NT_OFFSET) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dtoken.h73 #define ISNONTERMINAL(x) ((x) >= NT_OFFSET) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtoken.py78 def ISNONTERMINAL(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtoken.py80 def ISNONTERMINAL(x): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c92 if (ISNONTERMINAL(TYPE(n))) { in node2tuple()
784 else if (!ISNONTERMINAL(type)) { in build_node_children()
807 if (ISNONTERMINAL(type)) { in build_node_children()
844 else if (ISNONTERMINAL(num)) { in build_node_tree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c92 if (ISNONTERMINAL(TYPE(n))) { in node2tuple()
813 else if (!ISNONTERMINAL(type)) { in build_node_children()
836 if (ISNONTERMINAL(type)) { in build_node_children()
873 else if (ISNONTERMINAL(num)) { in build_node_tree()