Home
last modified time | relevance | path

Searched refs:PyNode_AddChild (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Parser/
Dparser.c112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset); in shift()
126 err = PyNode_AddChild(n, type, (char *)NULL, lineno, col_offset); in push()
Dnode.c79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) in PyNode_AddChild() function
/aosp_15_r20/external/python/cpython2/Include/
Dnode.h20 PyAPI_FUNC(int) PyNode_AddChild(node *n, int type,
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def271 PyNode_AddChild
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def43 "PyNode_AddChild"
/aosp_15_r20/external/python/cpython2/Modules/
Dparsermodule.c840 err = PyNode_AddChild(root, type, strn, *line_num, 0); in build_node_children()
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.8.rst2121 * The functions :c:func:`PyNode_AddChild` and :c:func:`PyParser_AddToken` now accept