Searched refs:encoding_decl (Results 1 – 12 of 12) sorted by relevance
86 #define encoding_decl 339 macro
96 encoding_decl = 339 variable
248 node* r = PyNode_New(encoding_decl); in parsetok()
261 node* r = PyNode_New(encoding_decl); in parsetok()
140 encoding_decl: NAME
156 encoding_decl: NAME
97 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()
97 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()
227 if (TYPE(n) == encoding_decl) { in PyAST_FromNode()231 } else if (TYPE(n) == encoding_decl) { in PyAST_FromNode()
149 if n == symbol.encoding_decl: