Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyarena.h35 PyAPI_FUNC(PyArena *) PyArena_New(void);
/external/python/cpython2/Python/
Dpyarena.c131 PyArena_New() in PyArena_New() function
Dpythonrun.c831 arena = PyArena_New(); in PyRun_InteractiveOneFlags()
1333 PyArena *arena = PyArena_New(); in PyRun_StringFlags()
1350 PyArena *arena = PyArena_New(); in PyRun_FileExFlags()
1419 PyArena *arena = PyArena_New(); in Py_CompileStringFlags()
1444 PyArena *arena = PyArena_New(); in Py_SymtableString()
Dbltinmodule.c527 arena = PyArena_New(); in builtin_compile()
Dimport.c873 PyArena *arena = PyArena_New(); in parse_source_module()
Dcompile.c305 PyArena *arena = PyArena_New(); in PyNode_Compile()
/external/python/cpython2/PC/os2emx/
Dpython27.def1018 "PyArena_New"
/external/python/cpython2/Modules/
Dparsermodule.c461 arena = PyArena_New(); in parser_compilest()