Home
last modified time | relevance | path

Searched refs:_PyAST_Compile (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_compile.h15 PyAPI_FUNC(PyCodeObject*) _PyAST_Compile(
/third_party/python/Tools/peg_generator/peg_extension/
Dpeg_extension.c11 result = (PyObject *)_PyAST_Compile(module, filename_ob, NULL, -1, arena); in _build_return_object()
/third_party/python/Python/
Dpythonrun.c1303 PyCodeObject *co = _PyAST_Compile(mod, filename, flags, -1, arena); in run_mod()
1380 co = _PyAST_Compile(mod, filename, flags, optimize, arena); in Py_CompileStringObject()
Dbltinmodule.c829 result = (PyObject*)_PyAST_Compile(mod, filename, in builtin_compile_impl()
Dcompile.c403 _PyAST_Compile(mod_ty mod, PyObject *filename, PyCompilerFlags *flags, in _PyAST_Compile() function