Home
last modified time | relevance | path

Searched refs:PyArena_New (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython2/Include/
Dpyarena.h35 PyAPI_FUNC(PyArena *) PyArena_New(void);
/external/python/cpython3/Include/
Dpyarena.h36 PyAPI_FUNC(PyArena *) PyArena_New(void);
/external/python/cpython2/Python/
Dpyarena.c131 PyArena_New() in PyArena_New() function
Dpythonrun.c840 arena = PyArena_New(); in PyRun_InteractiveOneFlags()
1342 PyArena *arena = PyArena_New(); in PyRun_StringFlags()
1359 PyArena *arena = PyArena_New(); in PyRun_FileExFlags()
1428 PyArena *arena = PyArena_New(); in Py_CompileStringFlags()
1453 PyArena *arena = PyArena_New(); in Py_SymtableString()
Dbltinmodule.c528 arena = PyArena_New(); in builtin_compile()
Dimport.c895 PyArena *arena = PyArena_New(); in parse_source_module()
Dcompile.c305 PyArena *arena = PyArena_New(); in PyNode_Compile()
/external/python/cpython3/Python/
Dpyarena.c128 PyArena_New() in PyArena_New() function
Dpythonrun.c229 arena = PyArena_New(); in PyRun_InteractiveOneObjectEx()
953 arena = PyArena_New(); in PyRun_StringFlags()
977 arena = PyArena_New(); in PyRun_FileExFlags()
1088 PyArena *arena = PyArena_New(); in Py_CompileStringObject()
1136 arena = PyArena_New(); in Py_SymtableStringObject()
Dbltinmodule.c855 arena = PyArena_New(); in builtin_compile_impl()
Dcompile.c377 PyArena *arena = PyArena_New(); in PyNode_Compile()
/external/python/cpython3/Modules/
Dparsermodule.c478 arena = PyArena_New(); in parser_compilest()
/external/python/cpython2/PC/os2emx/
Dpython27.def1018 "PyArena_New"
/external/python/cpython2/Modules/
Dparsermodule.c461 arena = PyArena_New(); in parser_compilest()