Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/peg_generator/peg_extension/
Dpeg_extension.c33 PyArena *arena = PyArena_New(); in parse_file()
72 PyArena *arena = PyArena_New(); in parse_string()
/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.c234 arena = PyArena_New(); in PyRun_InteractiveOneObjectEx()
1067 arena = PyArena_New(); in PyRun_StringFlags()
1098 arena = PyArena_New(); in PyRun_FileExFlags()
1254 PyArena *arena = PyArena_New(); in Py_CompileStringObject()
1363 arena = PyArena_New(); in _Py_SymtableStringObjectFlags()
Dbltinmodule.c796 arena = PyArena_New(); in builtin_compile_impl()
Dcompile.c398 PyArena *arena = PyArena_New(); in PyNode_Compile()
/external/python/cpython3/Modules/
Dparsermodule.c474 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()