| /external/python/cpython3/Modules/ |
| parsermodule.c | 192 node* st_node; /* the node* returned by the parser */ member in struct:__anon33482 327 result = parser_compare_nodes(((PyST_Object *)left)->st_node, 328 ((PyST_Object *)right)->st_node); 372 o->st_node = st; 391 PyNode_Free(st->st_node); 400 res = _PyObject_SIZE(Py_TYPE(st)) + _PyNode_SizeOf(st->st_node); 434 res = node2tuple(((PyST_Object*)self)->st_node, 469 res = node2tuple(self->st_node, 513 mod = PyAST_FromNodeObject(self->st_node, &self->st_flags, [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| parsermodule.c | 165 node* st_node; /* the node* returned by the parser */
member in struct:__anon4468 284 return (parser_compare_nodes(left->st_node, right->st_node));
301 o->st_node = st;
320 PyNode_Free(st->st_node);
366 res = node2tuple(((PyST_Object*)self)->st_node,
421 res = node2tuple(self->st_node,
463 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena);
723 res = sizeof(PyST_Object) + _PyNode_SizeOf(st->st_node);
[all...] |
| /external/python/cpython2/Modules/ |
| parsermodule.c | 165 node* st_node; /* the node* returned by the parser */ member in struct:__anon32857 284 return (parser_compare_nodes(left->st_node, right->st_node)); 301 o->st_node = st; 320 PyNode_Free(st->st_node); 366 res = node2tuple(((PyST_Object*)self)->st_node, 421 res = node2tuple(self->st_node, 463 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena); 723 res = _PyObject_SIZE(Py_TYPE(st)) + _PyNode_SizeOf(st->st_node); [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| parsermodule.c | 165 node* st_node; /* the node* returned by the parser */
member in struct:__anon4803 253 return (parser_compare_nodes(left->st_node, right->st_node));
270 o->st_node = st;
289 PyNode_Free(st->st_node);
331 res = node2tuple(((PyST_Object*)self)->st_node,
382 res = node2tuple(self->st_node,
424 mod = PyAST_FromNode(self->st_node, &(self->st_flags), str, arena);
[all...] |