Home
last modified time | relevance | path

Searched refs:encoding_decl (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h86 #define encoding_decl 339 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h86 #define encoding_decl 339 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py96 encoding_decl = 339 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dparsetok.c248 node* r = PyNode_New(encoding_decl); in parsetok()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dparsetok.c261 node* r = PyNode_New(encoding_decl); in parsetok()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar140 encoding_decl: NAME
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt156 encoding_decl: NAME
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c97 v = mkseq(1 + NCH(n) + (TYPE(n) == encoding_decl)); in node2tuple()
115 if (TYPE(n) == encoding_decl) in node2tuple()
668 else if (start_sym == encoding_decl) { in parser_tuple2st()
851 if (num == encoding_decl) { in build_node_tree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c97 v = mkseq(1 + NCH(n) + (TYPE(n) == encoding_decl)); in node2tuple()
115 if (TYPE(n) == encoding_decl) in node2tuple()
688 else if (start_sym == encoding_decl) { in parser_tuple2st()
880 if (num == encoding_decl) { in build_node_tree()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c227 if (TYPE(n) == encoding_decl) { in PyAST_FromNode()
231 } else if (TYPE(n) == encoding_decl) { in PyAST_FromNode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c227 if (TYPE(n) == encoding_decl) { in PyAST_FromNode()
231 } else if (TYPE(n) == encoding_decl) { in PyAST_FromNode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py149 if n == symbol.encoding_decl: